diff options
| author | Uri Shaked | 2019-11-21 16:12:45 +0200 |
|---|---|---|
| committer | Uri Shaked | 2019-11-21 16:12:45 +0200 |
| commit | ff6701f5f48c099179d0a0a5143c37459bca4403 (patch) | |
| tree | aebe3963580d633e71e8ba7e99b432c36d22f9cf | |
| parent | feat: implement avrInterrupt() (diff) | |
| download | avr8js-ff6701f5f48c099179d0a0a5143c37459bca4403.tar.gz avr8js-ff6701f5f48c099179d0a0a5143c37459bca4403.tar.bz2 avr8js-ff6701f5f48c099179d0a0a5143c37459bca4403.zip | |
fix: remove `start` script for package.json
Diffstat (limited to '')
| -rw-r--r-- | package.json | 1 |
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" }, |
