Skip to content

Commit f1808c3

Browse files
Broccofilipesilva
authored andcommitted
bug(version): fix the version of angular-cli in package.json (#1531)
Fixes #1528
1 parent b11bc94 commit f1808c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/ng2/blueprints/ng2/files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"parse5": "1.5.1",<% } %>
3737
"@types/jasmine": "^2.2.30",
3838
"@types/protractor": "^1.5.16",
39-
"angular-cli": "^<%= version %>",
39+
"angular-cli": "<%= version %>",
4040
"codelyzer": "0.0.26",
4141
"jasmine-core": "2.4.1",
4242
"jasmine-spec-reporter": "2.5.0",

0 commit comments

Comments
 (0)