We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff93d8 commit 42040a5Copy full SHA for 42040a5
1 file changed
package.json
@@ -1,9 +1,9 @@
1
{
2
"name":"angularLocalStorage",
3
- "repository" : {
4
- "type" : "git",
5
- "url" : "https://github.com/agrublev/angularLocalStorage.git"
6
- },
+ "repository" : {
+ "type" : "git",
+ "url" : "https://github.com/agrublev/angularLocalStorage.git"
+ },
7
"devDependencies": {
8
"karma": "~0.11.14",
9
"karma-jasmine": "~0.1",
@@ -14,6 +14,6 @@
14
"node": ">=0.10"
15
},
16
"scripts": {
17
- "test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
+ "test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
18
}
19
0 commit comments