Skip to content

Commit 42040a5

Browse files
committed
Update package.json
Trying to make Travis builds come through
1 parent cff93d8 commit 42040a5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name":"angularLocalStorage",
3-
"repository" : {
4-
"type" : "git",
5-
"url" : "https://github.com/agrublev/angularLocalStorage.git"
6-
},
3+
"repository" : {
4+
"type" : "git",
5+
"url" : "https://github.com/agrublev/angularLocalStorage.git"
6+
},
77
"devDependencies": {
88
"karma": "~0.11.14",
99
"karma-jasmine": "~0.1",
@@ -14,6 +14,6 @@
1414
"node": ">=0.10"
1515
},
1616
"scripts": {
17-
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
17+
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
1818
}
1919
}

0 commit comments

Comments
 (0)