aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-12 20:13:29 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-12 20:13:29 +0530
commita61f5ec92a9382b0c25fae9a344da0d7eb21b702 (patch)
tree42d0b265b9f4b9c3c4b2ab3ac5e2a6ffa54bcccd /package.json
parent53420ee477e9cad629bd8e6804d477d6ded8c110 (diff)
downloadcss-everything-a61f5ec92a9382b0c25fae9a344da0d7eb21b702.tar.gz
css-everything-a61f5ec92a9382b0c25fae9a344da0d7eb21b702.zip
refactor: moves stuff around
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 346ce22..f213ad1 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,12 @@
{
- "name": "cssx",
+ "name": "@cssx/render",
"version": "0.0.0",
"main": "src/index.ts",
"repository": "__",
"author": "Akshay Nair <phenax5@gmail.com>",
"license": "MIT",
"scripts": {
- "build": "node esbuild.js",
+ "build": "tsc && node esbuild.js",
"serve": "serve -p 3000 .",
"format": "prettier --write './{src,tests}/**/*.{ts,html,css}' './examples/**/*.{html,css}'",
"lint": "eslint ./src",