Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitgrelard committed Feb 22, 2017
1 parent 0dc0638 commit 525a28b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chorus-js",
"version": "0.0.0",
"version": "1.0.0",
"description": "A Chorus Javascript Client",
"main": "lib/index.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"build": "NODE_ENV=production babel ./src --out-dir ./lib",
"test": "npm run lint && npm run typecheck && npm run test:unit && npm run test:e2e",
"test:unit": "jest",
"test:e2e": "./e2e",
"test:e2e": "./e2e",
"preversion": "npm run test",
"version": "npm run build",
"postversion": "git push --follow-tags",
Expand Down

0 comments on commit 525a28b

Please sign in to comment.