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 .vscode
.idea .idea
js js
weather.zip

View File

@@ -5,9 +5,9 @@
"repository": "https://github.com/OpenSprinkler/Weather-Weather", "repository": "https://github.com/OpenSprinkler/Weather-Weather",
"scripts": { "scripts": {
"test": "mocha --exit test", "test": "mocha --exit test",
"start": "npm run compile && node js/server", "start": "node js/server",
"dev": "node scripts/serve", "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" "compile": "tsc"
}, },
"dependencies": { "dependencies": {