Skip to content

Commit 5064a6a

Browse files
Marco ChávezAwk34
Marco Chávez
authored andcommitted
chore(templates): update npm dev dependencies to work with angular 1.5
update karma-phantomjs-launcher to “1.0.0” for angular 1.5: angular/angular.js#13794 use phantomjs-prebuilt because of this: karma-runner/karma-phantomjs-launcher#101
1 parent d759b67 commit 5064a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: app/templates/_package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"karma-chrome-launcher": "~0.2.0",
147147
"karma-requirejs": "~0.2.2",
148148
"karma-jade-preprocessor": "0.0.11",
149-
"karma-phantomjs-launcher": "~0.2.0",<% if (filters.jade) { %>
149+
"karma-phantomjs-launcher": "~1.0.0",<% if (filters.jade) { %>
150150
"karma-ng-jade2js-preprocessor": "^0.2.0",<% } else { %>
151151
"karma-ng-html2js-preprocessor": "~0.2.0",<% } %>
152152
"karma-spec-reporter": "~0.0.20",
@@ -159,7 +159,7 @@
159159
"jasmine-spec-reporter": "^2.4.0",<% } if(filters.babel) { %>
160160
"karma-babel-preprocessor": "^5.2.1",<% } %>
161161
"requirejs": "~2.1.11",
162-
"phantomjs": "^1.9.18",
162+
"phantomjs-prebuilt": "^2.1.4",
163163
"proxyquire": "^1.0.1",
164164
"supertest": "^1.1.0"
165165
},

0 commit comments

Comments
 (0)