Skip to content

Commit b5c79b4

Browse files
committed
fix(package.json): Fixed spelling and versions in package.json
1 parent 3fb3966 commit b5c79b4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "angualrjs-seed",
3-
"description": "A starter project for angular js",
2+
"name": "angularjs-seed",
3+
"description": "A starter project for AngularJS",
44
"devDependencies": {
5-
"phantomjs" : "*",
6-
"karma" : "*",
7-
"karma-junit-reporter" : "*",
8-
"karma-jasmine" : "*",
9-
"karma-ng-scenario" : "*"
10-
}
11-
}
5+
"phantomjs" : "~1.9",
6+
"karma" : "~0.10",
7+
"karma-junit-reporter" : "~0.1",
8+
"karma-jasmine" : "~0.1",
9+
"karma-ng-scenario" : "~0.1"
10+
}
11+
}

0 commit comments

Comments
 (0)