Skip to content

Commit 27ebeed

Browse files
author
angularpackage
committed
chore(package): Return config.
- Add scripts. - Add dependencies. - Add devDependencies.
1 parent 364b6de commit 27ebeed

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,25 @@
77
"contributors": [
88
"Angular Package <angular-package@wwwdev.io>"
99
],
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+
},
1022
"license": "MIT",
23+
"dependencies": {},
24+
"devDependencies": {
25+
"concurrently": "^3.5.1",
26+
"copyfiles": "^1.2.0"
27+
},
28+
"peerDependencies": {},
1129
"keywords": [],
1230
"repository": {
1331
"type": "git",

0 commit comments

Comments
 (0)