File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 7
7
"contributors" : [
8
8
" Angular Package <angular-package@wwwdev.io>"
9
9
],
10
+ "scripts" : {
11
+ "demo:change-detection" : " cd packages/change-detection/demo && npm start" ,
12
+ "build:change-detection" : " cd packages/change-detection && npm run clean:start" ,
13
+ "build:prism" : " cd packages/prism && npm start" ,
14
+ "build" : " concurrently \" npm run build:change-detection\" \" npm run build:prism\" " ,
15
+ "bundle" : " " ,
16
+ "postbuild" : " " ,
17
+ "prebuild" : " " ,
18
+ "prepare" : " " ,
19
+ "start" : " npm run build" ,
20
+ "test" : " "
21
+ },
10
22
"license" : " MIT" ,
23
+ "dependencies" : {},
24
+ "devDependencies" : {
25
+ "concurrently" : " ^3.5.1" ,
26
+ "copyfiles" : " ^1.2.0"
27
+ },
28
+ "peerDependencies" : {},
11
29
"keywords" : [],
12
30
"repository" : {
13
31
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments