Skip to content

Commit 9d35bbe

Browse files
committed
minor changes
1 parent c17863e commit 9d35bbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"clean": "gulp clean",
77
"compile": "gulp compile",
88
"build": "gulp build",
9-
"deploy": "concurrent --kill-others \"gulp watch\" \"node ./dist/server/bin/www",
9+
"deploy": "concurrently --kill-others \"gulp watch\" \"node ./dist/server/bin/www\"",
1010
"postinstall": "gulp installTypings"
1111
},
1212
"repository": {
@@ -39,7 +39,7 @@
3939
"express": "^4.14.0",
4040
"mongoose": "^4.6.1",
4141
"reflect-metadata": "^0.1.8",
42-
"rxjs": "5.0.0-beta.12",
42+
"rxjs": "5.0.0-rc.1",
4343
"systemjs": "0.19.39",
4444
"zone.js": "^0.6.25"
4545
},

0 commit comments

Comments
 (0)