Skip to content

Commit

Permalink
Merge pull request #2 from MapleSyrupGroup/fix/package-documentation
Browse files Browse the repository at this point in the history
Fix/package documentation
  • Loading branch information
sandman21dan authored Mar 16, 2017
2 parents 825a946 + aa234a2 commit ee18df3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ script:
- npm run build:demo
after_success:
- npm run semantic-release
- test $TRAVIS_BRANCH = "master" && npm run updateghpage
branches:
except:
- /^v\d+\.\d+\.\d+$/
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
"clean:install": "npm run clean && npm install",
"e2e": "ng e2e",
"prepublish": "npm run build:lib",
"semantic-release": "semantic-release pre && npm publish && semantic-release post && npm run updateghpage"
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/MapleSyrupGroup/ngx-flash-messages"
},
"description": "Flash messages/notifications for Angular 2+",
"keywords": [
"angular",
"angular2",
Expand All @@ -32,6 +33,7 @@
"ngx",
"flash",
"messages",
"notifications",
"component",
"service"
],
Expand Down

0 comments on commit ee18df3

Please sign in to comment.