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 b646028 commit 29e5302Copy full SHA for 29e5302
packages/angular-cli/blueprints/ng2/files/package.json
@@ -8,7 +8,8 @@
8
"lint": "tslint \"<%= sourceDir %>/**/*.ts\"",
9
"test": "ng test",
10
"pree2e": "webdriver-manager update",
11
- "e2e": "protractor"
+ "e2e": "protractor",
12
+ "typings": "typings"
13
},
14
"private": true,
15
"dependencies": {
0 commit comments