Add npm bower postpublish script

This commit is contained in:
Niklas von Hertzen 2015-01-19 23:52:50 +02:00
parent 19ecd8bd7f
commit c7e484af89

View File

@ -23,6 +23,7 @@
"devDependencies": { "devDependencies": {
"base64-arraybuffer": ">= 0.1.0", "base64-arraybuffer": ">= 0.1.0",
"bluebird": "^2.7.1", "bluebird": "^2.7.1",
"bower": "^1.3.12",
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0", "grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0", "grunt-contrib-connect": "^0.8.0",
@ -39,7 +40,8 @@
"wd": "^0.2.21" "wd": "^0.2.21"
}, },
"scripts": { "scripts": {
"test": "grunt travis --verbose" "test": "grunt travis --verbose",
"postpublish": "bower register html2canvas git://github.com/niklasvh/html2canvas.git"
}, },
"homepage": "http://html2canvas.hertzen.com", "homepage": "http://html2canvas.hertzen.com",
"licenses": [ "licenses": [