diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-03-14 22:16:43 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-03-14 22:16:43 +0100 |
commit | 98b01bac2c2c4536aa97d826b61516657f4d15f5 (patch) | |
tree | 75fe2d75f1c58c6897127f03cfb7d8b654545227 /package.json | |
parent | dc8bc31be517a53e8fbe7100cfe45cd73f596de0 (diff) | |
download | PeerTube-98b01bac2c2c4536aa97d826b61516657f4d15f5.tar.gz PeerTube-98b01bac2c2c4536aa97d826b61516657f4d15f5.tar.zst PeerTube-98b01bac2c2c4536aa97d826b61516657f4d15f5.zip |
Angular 2 : draft 2
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 36730aaa0..6252bac47 100644 --- a/package.json +++ b/package.json | |||
@@ -40,7 +40,9 @@ | |||
40 | "dev": "npm run build && concurrently \"npm run livereload\" \"npm run client:tsc:watch\" \"npm run client:sass:watch\" \"npm start\"", | 40 | "dev": "npm run build && concurrently \"npm run livereload\" \"npm run client:tsc:watch\" \"npm run client:sass:watch\" \"npm start\"", |
41 | "livereload": "livereload ./client", | 41 | "livereload": "livereload ./client", |
42 | "start": "node server", | 42 | "start": "node server", |
43 | "test": "standard && mocha server/tests" | 43 | "test": "standard && mocha server/tests", |
44 | |||
45 | "postinstall": "cd client && npm install" | ||
44 | }, | 46 | }, |
45 | "dependencies": { | 47 | "dependencies": { |
46 | "async": "^1.2.1", | 48 | "async": "^1.2.1", |