Skip to content

Commit

Permalink
fix: closes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
srfrnk committed Feb 17, 2018
1 parent a0bbee3 commit 200f635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
@@ -1,9 +1,3 @@
language: node_js
node_js:
- "7.6"
deploy:
provider: npm
email: srfrnk@gmail.com
api_key: $NPM_TOKEN
on:
tags: true
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -26,7 +26,8 @@
},
"scripts": {
"test": "gulp test",
"release": "node_modules/standard-version/bin/cli.js"
"release": "node_modules/standard-version/bin/cli.js",
"publish": "(git push --follow-tags origin master) && (npm publish)"
},
"description": "Parses user-agent to set css classes or directly usable via JS / NodeJS.",
"main": "index.js",
Expand Down

0 comments on commit 200f635

Please sign in to comment.