Update gitignore

This commit is contained in:
Samer Albahra
2019-05-13 14:27:32 -05:00
parent f850f4d254
commit 20022fc959
2 changed files with 3 additions and 2 deletions

View File

@@ -5,9 +5,9 @@
"repository": "https://github.com/OpenSprinkler/Weather-Weather",
"scripts": {
"test": "mocha --exit test",
"start": "npm run compile && node js/server",
"start": "node js/server",
"dev": "node scripts/serve",
"bundle": "zip weather.zip -r js package.json package-lock.json",
"bundle": "npm run compile && zip weather.zip -r js package.json package-lock.json",
"compile": "tsc"
},
"dependencies": {