Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
3846masa committed Oct 30, 2017
1 parent 18aae8e commit 0f6a809
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@
"bugs": {
"url": "https://github.com/Paperist/cli/issues"
},
"version": "0.0.0",
"version": "0.0.1",
"main": "./dist/index.js",
"bin": {
"paperist": "./dist/index.js"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "npm-run-all -s build:src build:pkg",
"build:pkg": "pkg . --out-path ./binaries",
Expand Down Expand Up @@ -83,7 +85,9 @@
"ts-node": "^3.3.0",
"typescript": "^2.5.3"
},
"keywords": ["paperist"],
"keywords": [
"paperist"
],
"engines": {
"node": ">=8.0.0"
}
Expand Down

0 comments on commit 0f6a809

Please sign in to comment.