Skip to content

Commit

Permalink
fix: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Sep 20, 2018
1 parent a6ca853 commit d95b6e4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "create-ts-lib",
"version": "0.2.6",
"version": "0.3.1",
"description": "Create your TypeScript module with no nuild configuration",
"scripts": {
"publish-cli": "semantic-release",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "opencollective-postinstall"

},
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,8 +54,8 @@
"marked": "^0.4.0",
"semantic-release": "^15.9.9"
},
"collective": {
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-webpack-starter"
}
}
}

0 comments on commit d95b6e4

Please sign in to comment.