Skip to content

Commit

Permalink
release and clean
Browse files Browse the repository at this point in the history
  • Loading branch information
lavelle committed Jul 14, 2019
1 parent 8cfe6de commit 91dff72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "blockr",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",
"license": "MIT",
"bin": "index.js",
"scripts": {
"lint": "eslint index.ts",
"build": "tsc --esModuleInterop index.ts"
"build": "tsc --esModuleInterop index.ts",
"release": "yarn lint && yarn build && npm publish",
"clean": "rm -rf index.js"
},
"dependencies": {
"chalk": "^2.4.2",
Expand Down

0 comments on commit 91dff72

Please sign in to comment.