Skip to content

Commit b0ce36e

Browse files
committed
use grunt injector instead of fork
1 parent 19e2133 commit b0ce36e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Diff for: app/templates/Gruntfile.js

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ module.exports = function (grunt) {
1616
ngtemplates: 'grunt-angular-templates',
1717
cdnify: 'grunt-google-cdn',
1818
protractor: 'grunt-protractor-runner',
19-
injector: 'grunt-asset-injector',
2019
buildcontrol: 'grunt-build-control'
2120
});
2221

Diff for: app/templates/_package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"grunt-angular-templates": "^0.5.4",
5959
"grunt-dom-munger": "^3.4.0",
6060
"grunt-protractor-runner": "^1.1.0",
61-
"grunt-asset-injector": "^0.1.0",
61+
"grunt-injector": "~0.5.4",
6262
"grunt-karma": "~0.8.2",
6363
"grunt-build-control": "DaftMonk/grunt-build-control",
6464
"grunt-mocha-test": "~0.10.2",<% if(filters.sass) { %>

Diff for: test/fixtures/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"grunt-angular-templates": "^0.5.4",
5959
"grunt-dom-munger": "^3.4.0",
6060
"grunt-protractor-runner": "^1.1.0",
61-
"grunt-asset-injector": "^0.1.0",
61+
"grunt-injector": "~0.5.4",
6262
"grunt-karma": "~0.8.2",
6363
"grunt-build-control": "DaftMonk/grunt-build-control",
6464
"grunt-mocha-test": "~0.10.2",

0 commit comments

Comments
 (0)