We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17863e commit 9d35bbeCopy full SHA for 9d35bbe
package.json
@@ -6,7 +6,7 @@
6
"clean": "gulp clean",
7
"compile": "gulp compile",
8
"build": "gulp build",
9
- "deploy": "concurrent --kill-others \"gulp watch\" \"node ./dist/server/bin/www",
+ "deploy": "concurrently --kill-others \"gulp watch\" \"node ./dist/server/bin/www\"",
10
"postinstall": "gulp installTypings"
11
},
12
"repository": {
@@ -39,7 +39,7 @@
39
"express": "^4.14.0",
40
"mongoose": "^4.6.1",
41
"reflect-metadata": "^0.1.8",
42
- "rxjs": "5.0.0-beta.12",
+ "rxjs": "5.0.0-rc.1",
43
"systemjs": "0.19.39",
44
"zone.js": "^0.6.25"
45
0 commit comments