Skip to content

Commit 241bb58

Browse files
committed
0.10.0
1 parent 719eba5 commit 241bb58

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "Import with sanity.",
55
"main": "lib/index.js",
66
"directories": {
@@ -54,5 +54,10 @@
5454
"babylon": "^6.1.2",
5555
"resolve": "1.1.6"
5656
},
57-
"greenkeeper": { "ignore": ["babel", "babel-runtime"] }
57+
"greenkeeper": {
58+
"ignore": [
59+
"babel",
60+
"babel-runtime"
61+
]
62+
}
5863
}

0 commit comments

Comments
 (0)