Skip to content

Commit 87c1f0f

Browse files
committed
Merge pull request #170 from rodyhaddad/fix-package-karma-jasmine
add missing karma plugins to devDependencies in package.json
2 parents 96446bb + 1cacc51 commit 87c1f0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"grunt-contrib-concat": "~0.3.0",
1212
"grunt-contrib-uglify": "~0.2.4",
1313
"grunt-contrib-jshint": "~0.6.4",
14-
"grunt-contrib-sass": "~0.5.0"
14+
"grunt-contrib-sass": "~0.5.0",
15+
"karma-jasmine": "~0.1.3",
16+
"karma-chrome-launcher": "~0.1.0"
1517
},
1618
"scripts": {
1719
"test": "./node_modules/.bin/karma start ionic.conf.js --single-run --browsers Firefox"

0 commit comments

Comments
 (0)