Skip to content

Commit

Permalink
chore(package): remove iojs from engines
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnpma committed Dec 5, 2016
1 parent 9c9c1c8 commit 58a528c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "android-icon-resize",
"description": "Create all required icons from one icon. Right size, right file name.",
"version": "0.0.0-semantically-released",
"version": "0.0.0-development",
"author": "David Pfahler <david@excellenteasy.com>",
"bin": "./bin/android-icon-resize.js",
"main": "index.js",
Expand All @@ -18,12 +18,11 @@
"devDependencies": {
"mkdirp": "^0.5.0",
"rimraf": "^2.2.8",
"semantic-release": "^3.0.4",
"semantic-release": "^6.3.2",
"standard": "^3.3.2",
"tape": "^4.0.0"
},
"engines": {
"iojs": "^1",
"node": "^0.10",
"npm": "^2"
},
Expand Down

0 comments on commit 58a528c

Please sign in to comment.