We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6dc90 commit 5ddfd3cCopy full SHA for 5ddfd3c
package.json
@@ -10,15 +10,13 @@
10
"sync-docs": "./scripts/docs-sync.sh",
11
"build-docs": "./scripts/docs-build.sh",
12
"build": "./scripts/compile.sh",
13
- "build-init": "./scripts/compile-init.sh",
14
"lint": "./scripts/lint.sh",
15
"lint-fix": "./scripts/lint-fix.sh",
16
"test": "./scripts/test.sh",
17
"test-unit": "./scripts/test-unit.sh",
18
"yo-component": "yo ./generator-eui/app/component.js",
19
"yo-doc": "yo ./generator-eui/app/documentation.js",
20
- "release": "./scripts/release.sh",
21
- "postinstall": "npm run build-init"
+ "release": "./scripts/release.sh"
22
},
23
"dependencies": {
24
"brace": "0.10.0",
0 commit comments