Skip to content

Commit c8f7a28

Browse files
committed
next-updater has upgraded 3 dependencies
Hi! I have upgraded dependencies to the latest non-breaking versions grunt-contrib-jshint 0.10.0 -> 0.11.0 grunt-jscs 1.1.0 -> 1.2.0 grunt-npm2bower-sync 0.4.0 -> 0.8.1 Truly yours, [next-updater](https://github.com/bahmutov/next-updater)
1 parent e45ae34 commit c8f7a28

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

bower.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"package.json",
1616
"index.html"
1717
],
18-
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
1918
"keywords": [
2019
"testing",
2120
"test",
@@ -25,5 +24,9 @@
2524
"devtools",
2625
"code",
2726
"snippets"
27+
],
28+
"description": "Chrome DevTools code snippets ",
29+
"authors": [
30+
"Gleb Bahmutov <gleb.bahmutov@gmail.com>"
2831
]
2932
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"devDependencies": {
1212
"eslint-rules": "0.2.0",
1313
"grunt": "0.4.5",
14-
"grunt-contrib-jshint": "0.10.0",
14+
"grunt-contrib-jshint": "0.11.0",
1515
"grunt-deps-ok": "0.5.2",
1616
"grunt-eslint": "2.1.0",
1717
"grunt-gh-pages": "0.9.1",
18-
"grunt-jscs": "1.1.0",
18+
"grunt-jscs": "1.2.0",
1919
"grunt-nice-package": "0.9.2",
20-
"grunt-npm2bower-sync": "0.4.0",
20+
"grunt-npm2bower-sync": "0.8.1",
2121
"jshint-summary": "0.4.0",
2222
"matchdep": "0.3.0",
2323
"pre-git": "0.1.1"

0 commit comments

Comments
 (0)