Merge pull request #3818 from bugreport0/jszip

switch jszip from npm auto-update to git auto-update
This commit is contained in:
Drew Freyling
2014-09-11 09:48:03 +10:00
+9 -13
View File
@@ -22,17 +22,13 @@
"url": "https://github.com/Stuk/jszip"
}
],
"npmName": "jszip",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"jszip-deflate.js",
"jszip-inflate.js",
"jszip-load.js",
"jszip.js",
"jszip.min.js"
]
}
]
"autoupdate": {
"source": "git",
"target": "https://github.com/Stuk/jszip.git",
"basePath": "dist/",
"files": [
"jszip.js",
"jszip.min.js"
]
}
}