Removing all official cdn/package manager support

You are still free to upload new versions to your preferred cdn or
package manager, as this library is open source.
This commit is contained in:
Eli Grey
2014-05-27 15:04:25 -04:00
parent 1374a3d82f
commit 912adc4b20
2 changed files with 0 additions and 44 deletions
-23
View File
@@ -1,23 +0,0 @@
{
"name": "FileSaver.js",
"main": "FileSaver.js",
"version": "2014.01.24",
"homepage": "https://github.com/eligrey/FileSaver.js",
"authors": [
"Eli Grey <[email protected]>"
],
"description": "A saveAs() FileSaver implementation",
"keywords": [
"filesaver",
"saveas",
"blob"
],
"license": "MIT/X11",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}