mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-13 23:06:20 +10:00
Merge pull request #3818 from bugreport0/jszip
switch jszip from npm auto-update to git auto-update
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user