We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3be6f commit d5d0cb1Copy full SHA for d5d0cb1
2 files changed
.travis.yml
@@ -7,3 +7,11 @@ install:
7
passport passport-http passport-http-bearer \
8
oauth2orize passport-oauth2-client-password
9
- npm install
10
+
11
+deploy:
12
+ provider: npm
13
+ email: hola@pablodorado.com
14
+ api_key: $NPM_API_KEY
15
+ on:
16
+ branch: master
17
+ tags: true
package.json
@@ -39,5 +39,8 @@
39
"eslint-plugin-standard": "^4.0.0",
40
"mocha": "^5.2.0",
41
"supertest": "^3.3.0"
42
+ },
43
+ "publishConfig": {
44
+ "access": "public"
45
}
46
0 commit comments