We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31b9bc5 + 5e4e598 commit 01f92a6Copy full SHA for 01f92a6
package.json
@@ -9,13 +9,14 @@
9
"start": "npm run build && npm run lite",
10
"lite": "lite-server",
11
"prepublish": "tsc & node make.js",
12
- "postinstall": "typings install",
+ "postinstall": "npm run typings -- install",
13
"clean": "rimraf src/*.js && rimraf src/*.d.ts && rimraf ./*scroll.js && rimraf ./*scroll.d.ts",
14
"build:test": "tsc --project ./src",
15
"watch": "tsc --project ./src --watch",
16
"pretest": "npm run clean && npm run build:test",
17
"test": "karma start karma.conf.js",
18
- "dev": "npm run watch & npm test"
+ "dev": "npm run watch & npm test",
19
+ "typings": "typings"
20
},
21
"keywords": [
22
"angular2",
0 commit comments