Skip to content

Commit 6d6a153

Browse files
committed
Merge pull request #1321 from DaftMonk/chore/require-modules-directly
chore(dependencies): require peer-dependant modules directly, per npm 3+
2 parents 3e901b0 + 4228330 commit 6d6a153

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: app/templates/_package.json

+3
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383
"grunt-mocha-test": "~0.12.7",
8484
"grunt-mocha-istanbul": "^3.0.1",
8585
"istanbul": "^0.3.17",
86+
"chai": "^3.2.0",
87+
"sinon": "^1.16.1",
8688
"chai-as-promised": "^5.1.0",
8789
"chai-things": "^0.2.0",
8890
"sinon-chai": "^2.8.0",<% if (filters.mocha) { %>
@@ -100,6 +102,7 @@
100102
"requirejs": "~2.1.11",
101103
"karma-requirejs": "~0.2.2",
102104
"karma-jade-preprocessor": "0.0.11",
105+
"phantomjs": "^1.9.18",
103106
"karma-phantomjs-launcher": "~0.2.0",
104107
"karma": "~0.13.3",
105108
"karma-ng-html2js-preprocessor": "~0.1.2",

0 commit comments

Comments
 (0)