Skip to content

Commit 9ab7f8c

Browse files
committed
Update travis npm deployment
1 parent 5c5531f commit 9ab7f8c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ examples/
33
Gruntfile.js
44
bower.json
55
src/
6+
*.iml
7+
.idea/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ deploy:
2222
- provider: npm
2323
email: niklasvh@gmail.com
2424
api_key:
25-
secure: dot+HzIe3thKep5mz5pyNYQV1ZYiGlVQAWScmfYh75AtOCJQJGvvw1alwRZDL0Ykn/7LeftZik845INn8Al8h4OEUQyuq2WmybZ5zn7PsLXRes7FtlJeYERO79bV5P3aV4vq4QoaZkPB5jQ98CmgQ2/9xPB+1ogNd7fRfUpSvSI=
25+
secure: G/Szpr8q4/D6hp+H/Z9yyluUXtHAwf7LLa1Y07X59/Enlj1h7V5fQ7AW4/iAVM3XbIsrCPWR3dJU9g/ZxpxFg4OovIHVpS2Jr/mahtPYWdHR3pWuSmMW8QD+Twnq2VAFwSgg5Oumq3QxhX3YbCOnZox6+6Uviqk8FO7Z5B0RwW4=
2626
on:
2727
tags: true
2828
branch: master

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"wd": "^0.2.21"
4141
},
4242
"scripts": {
43-
"test": "grunt travis --verbose",
44-
"postpublish": "bower register html2canvas git://github.com/niklasvh/html2canvas.git"
43+
"test": "grunt travis --verbose"
4544
},
4645
"homepage": "http://html2canvas.hertzen.com",
4746
"licenses": [

0 commit comments

Comments
 (0)