Skip to content

Commit e57930e

Browse files
committed
Merge pull request #152 from Gillespie59/development
0.3.1
2 parents 9d5ecb2 + 189e570 commit e57930e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-angular",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "ESLint rules for AngularJS projects",
55
"main": "index.js",
66
"repository": {
@@ -14,18 +14,18 @@
1414
},
1515
"homepage": "https://github.com/Gillespie59/eslint-plugin-angularjs",
1616
"devDependencies": {
17-
"chai": "3.2.0",
18-
"coveralls": "2.11.3",
19-
"eslint": "1.0.0",
20-
"eslint-tester": "0.8.2",
21-
"gulp": "3.9.0",
22-
"gulp-eslint": "1.0.0",
23-
"gulp-istanbul": "0.10.0",
24-
"gulp-mocha": "2.1.3",
25-
"istanbul": "0.3.17",
26-
"mocha": "2.2.5",
27-
"shelljs": "0.5.1",
28-
"shelljs-nodecli": "0.1.1"
17+
"chai": "^1.10.0",
18+
"coveralls": "^2.11.2",
19+
"eslint": "^0.13.0",
20+
"eslint-tester": "^0.5.0",
21+
"gulp": "^3.8.10",
22+
"gulp-eslint": "^0.3.0",
23+
"gulp-istanbul": "0.6.0",
24+
"gulp-mocha": "^2.0.0",
25+
"istanbul": "^0.3.5",
26+
"mocha": "2.1.0",
27+
"shelljs": "^0.3.0",
28+
"shelljs-nodecli": "^0.1.1"
2929
},
3030
"peerDependencies": {
3131
"eslint": ">=0.8.0"

0 commit comments

Comments
 (0)