Skip to content

Commit

Permalink
updating engine compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbutcher committed Nov 10, 2015
1 parent 34c8637 commit 83c64df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
File renamed without changes.
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keygen",
"version": "0.2.0",
"version": "0.2.1",
"description": "url-friendly, random, unique key/token generation",
"keywords": [
"token",
Expand All @@ -18,16 +18,11 @@
"contributors": [
"John E. Bailey <john@devmode.com> (http://devmode.com/who)"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bitbutcher/keygen/blob/master/LICENSE-MIT"
}
],
"license": "MIT",
"main": "lib/index.js",
"engines": {
"node": "^0.10.x || ^0.11.x || ^0.12.x",
"npm": "^2.2.x"
"node": ">=0.10.0 <6.0.0",
"npm": ">=2.0.0 <4.0.0"
},
"devDependencies": {
"blanket": "^1.1.7",
Expand Down

0 comments on commit 83c64df

Please sign in to comment.