Skip to content

Commit

Permalink
Trying release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnorkin committed Mar 22, 2019
1 parent 98caee4 commit b96619d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"git": {
"tagName": "v${version}"
},
"github": {
"release": true
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"email": "[email protected]"
}
],
"version": "1.0.0",
"version": "1.0.1",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"keywords": [
Expand All @@ -39,6 +39,7 @@
"eslint-plugin-react": "^6.10.3",
"istanbul": "^0.4.2",
"mocha": "^5.2.0",
"release-it": "^10.3.1",
"sinon": "^2.2.0",
"sinon-chai": "^2.10.0",
"snappy": "^6.0.0"
Expand Down

0 comments on commit b96619d

Please sign in to comment.