We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156a787 commit d330b2eCopy full SHA for d330b2e
3 files changed
config/gulp/tasks/typescript.js
@@ -8,7 +8,6 @@ var argv = require('yargs').argv;
8
9
/* Initialize TS Project */
10
var typingFiles = [
11
- // 'typings/index.d.ts',
12
config.src + 'manual_typings/**/*.d.ts'
13
];
14
var tsUnitFiles = [].concat(config.tsTestFiles.unit, config.tsTestFiles.helper);
package.json
@@ -13,7 +13,6 @@
"npm": "~3.0.0"
},
15
"scripts": {
16
- "postinstall": "typings install",
17
"start": "gulp serve-dev",
18
"test": "gulp test",
19
"e2e": "gulp e2e",
@@ -91,7 +90,6 @@
91
90
"systemjs": "^0.19.37",
92
"tslint": "~3.15.1",
93
"typescript": "~2.0.3",
94
- "typings": "^1.3.2",
95
"yargs": "^6.0.0",
96
"zone.js": "^0.6.21"
97
typings.json
0 commit comments