We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ae4d5 commit 6ed56dbCopy full SHA for 6ed56db
.travis.yml
@@ -2,9 +2,3 @@ sudo: false
2
language: node_js
3
node_js:
4
- "7.6"
5
-deploy:
6
- provider: npm
7
- email: srfrnk@gmail.com
8
- api_key: $NPM_TOKEN
9
- on:
10
- tags: true
package.json
@@ -23,7 +23,8 @@
23
},
24
"scripts": {
25
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
26
- "release": "node_modules/standard-version/bin/cli.js"
+ "release": "node_modules/standard-version/bin/cli.js",
27
+ "publish": "(git push --follow-tags origin master) && (npm publish)"
28
29
"description": "Uses user-agent to set css classes or directly usable via JS.",
30
"main": "index.js",
0 commit comments