Skip to content

Commit

Permalink
V0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hejianxian committed Oct 10, 2016
1 parent 26ab238 commit ce61b35
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "workplus-cli",
"version": "0.4.2",
"version": "0.4.3",
"description": "A simple CLI for scaffolding workplus projects.",
"main": "index.js",
"directories": {
"test": "test"
"bin": {
"workplus": "bin/workplus"
},
"preferGlobal": true,
"dependencies": {
Expand Down Expand Up @@ -55,5 +55,8 @@
"bugs": {
"url": "https://github.com/WorkPlusFE/WorkPlus-cli/issues"
},
"homepage": "https://github.com/WorkPlusFE/WorkPlus-cli#readme"
"homepage": "https://github.com/WorkPlusFE/WorkPlus-cli#readme",
"engines": {
"node": ">=6.0.0"
}
}

0 comments on commit ce61b35

Please sign in to comment.