Skip to content

Commit e4d6fbf

Browse files
evverxJake Harding
authored andcommitted
Fix npm test
1 parent 33ab953 commit e4d6fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"yiewd": "^0.5.0"
6262
},
6363
"scripts": {
64-
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
64+
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
6565
},
6666
"version": "0.11.0",
6767
"main": "dist/typeahead.bundle.js"

0 commit comments

Comments
 (0)