Skip to content

Commit 9cbd5b8

Browse files
committed
bumped patch
1 parent 659aa12 commit 9cbd5b8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "0.10"
3+
- "0.12"
44
branches:
55
only:
66
- master

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-snippets",
33
"main": "first-paint.js",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"homepage": "https://github.com/bahmutov/code-snippets",
66
"license": "MIT",
77
"ignore": [

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-snippets",
33
"description": "Chrome DevTools code snippets ",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"author": "Gleb Bahmutov <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/bahmutov/code-snippets/issues"
@@ -48,6 +48,7 @@
4848
"url": "[email protected]:bahmutov/code-snippets.git"
4949
},
5050
"scripts": {
51-
"test": "grunt"
51+
"test": "grunt",
52+
"grunt": "grunt"
5253
}
5354
}

0 commit comments

Comments
 (0)