Skip to content

Commit

Permalink
Loosening versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdeis committed Jun 7, 2017
1 parent 544282f commit faa1deb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-notice",
"version": "0.2.1",
"version": "0.2.2",
"description": "An eslint rule that checks the top of files and --fix them too!",
"main": "index.js",
"directories": {
Expand All @@ -22,12 +22,12 @@
"author": "nickdeis",
"license": "MIT",
"devDependencies": {
"eslint": "^3.19.0"
"eslint": ">=3.0.0"
},
"dependencies": {
"lodash": "^4.17.4"
"lodash": ">=1.0.0"
},
"peerDependencies": {
"eslint": "^3.19.0"
"eslint": ">=3.0.0"
}
}

0 comments on commit faa1deb

Please sign in to comment.