Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Apr 30, 2017
1 parent 1221850 commit 89069a2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electrifyjs",
"version": "0.5.1",
"version": "0.5.2",
"description": "A scaffolding tool for making desktop apps from websites.",
"main": "dist/index.js",
"files": [
Expand All @@ -17,7 +17,9 @@
"clean": "rimraf ./dist",
"prepublish": "yarn lint && yarn run clean && yarn run build"
},
"bin": { "electrify": "dist/index.js" },
"bin": {
"electrify": "dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/epiqueras/electrify.git"
Expand Down Expand Up @@ -60,13 +62,13 @@
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.4.0",
"husky": "^0.13.3",
"rimraf": "^2.6.1",
"xo": "^0.18.1"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"colors": "^1.1.2",
"prompt": "^1.0.0"
}
Expand Down

0 comments on commit 89069a2

Please sign in to comment.