We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357bc33 commit 98bc85aCopy full SHA for 98bc85a
package.json
@@ -52,12 +52,14 @@
52
"gulp-sourcemaps": "^1.6.0",
53
"gulp-tslint": "^4.3.3",
54
"gulp-typescript": "^2.13.6",
55
- "gulp-typings": "^2.0.0"
+ "gulp-typings": "^2.0.0",
56
+ "del": "^2.2.0",
57
+ "tslint": "^3.5.0",
58
+ "ts-node": "1.3.0"
59
},
60
"devDependencies": {
61
"@types/core-js": "^0.9.32",
- "concurrently": "^2.1.0",
- "del": "^2.2.0",
62
+ "concurrently": "^2.1.0",
63
"method-override": "^2.3.6",
64
"run-sequence": "^1.2.1",
65
"tslint": "^3.5.0",
0 commit comments