aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorUri Shaked2019-11-21 16:12:45 +0200
committerUri Shaked2019-11-21 16:12:45 +0200
commitff6701f5f48c099179d0a0a5143c37459bca4403 (patch)
treeaebe3963580d633e71e8ba7e99b432c36d22f9cf /package.json
parentfeat: implement avrInterrupt() (diff)
downloadavr8js-ff6701f5f48c099179d0a0a5143c37459bca4403.tar.gz
avr8js-ff6701f5f48c099179d0a0a5143c37459bca4403.tar.bz2
avr8js-ff6701f5f48c099179d0a0a5143c37459bca4403.zip
fix: remove `start` script for package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index f6e9131..a901abf 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,6 @@
"scripts": {
"build": "rimraf dist && tsc",
"prepare": "npm run build",
- "start": "ts-node src/main.ts",
"lint": "tslint --project tsconfig.json",
"test": "jest"
},