Skip to content

Commit

Permalink
Added the version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSep committed Feb 24, 2017
1 parent 40a2756 commit 3b18150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,10 @@ branches:
- master
before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
script:
- npm run cover
- npm run check-coverage
- npm run build
after_success:
- npm run report-coverage
- npm run semantic-release
- npm publish
branches:
except:
- /^v\d+\.\d+\.\d+$/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kafkaesque-ui",
"description": "A kafka inspired message system for event-driven front-end applications.",
"version": "0.0.0-semantically-released",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"build": "webpack",
Expand Down

0 comments on commit 3b18150

Please sign in to comment.