Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Nov 15, 2015
1 parent 719eba5 commit 241bb58
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-import",
"version": "0.9.1",
"version": "0.10.0",
"description": "Import with sanity.",
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -54,5 +54,10 @@
"babylon": "^6.1.2",
"resolve": "1.1.6"
},
"greenkeeper": { "ignore": ["babel", "babel-runtime"] }
"greenkeeper": {
"ignore": [
"babel",
"babel-runtime"
]
}
}

0 comments on commit 241bb58

Please sign in to comment.