Skip to content

Commit 153f1b2

Browse files
committed
feat: update package json
1 parent 672ecdf commit 153f1b2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"type-check:watch": "npm run type-check -- --watch",
99
"build": "npm run build:types && npm run build:js",
1010
"build:types": "tsc --emitDeclarationOnly",
11-
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
12-
"start": "node lib/index.js",
13-
"start:watch": "nodemon lib/index.js"
11+
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline"
1412
},
1513
"keywords": [],
1614
"author": "Titus Kirch",

0 commit comments

Comments
 (0)