Skip to content

Commit c71605a

Browse files
committed
Update all dependencies
1 parent b8a7c1e commit c71605a

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

demo/grunt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "emmanueldemey <[email protected]>",
1010
"license": "MIT",
1111
"devDependencies": {
12-
"eslint": "^0.16.1",
12+
"eslint": "1.0.0",
1313
"eslint-plugin-angular": "file:../../",
1414
"grunt": "^0.4.5",
1515
"grunt-eslint": "^7.0.1"

demo/gulp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "emmanueldemey <[email protected]>",
1010
"license": "MIT",
1111
"devDependencies": {
12-
"eslint": "^0.16.1",
12+
"eslint": "1.0.0",
1313
"eslint-plugin-angular": "file:../../",
1414
"gulp": "^3.8.11",
1515
"gulp-eslint": "^0.6.0"

demo/npm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"lint": "node_modules/.bin/eslint app/ || true"
7+
"lint": "node_modules/.bin/eslint app/"
88
},
99
"author": "emmanueldemey <[email protected]>",
1010
"license": "MIT",
1111
"devDependencies": {
12-
"eslint": "^0.16.1",
12+
"eslint": "1.0.0",
1313
"eslint-plugin-angular": "file:../../"
1414
}
1515
}

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.2.3",
3+
"version": "0.3.0",
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": "^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"
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"
2929
},
3030
"peerDependencies": {
3131
"eslint": ">=0.8.0"

0 commit comments

Comments
 (0)