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

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ npm-debug.log
.vscode
.idea
js
weather.zip

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": {