Skip to content

Commit

Permalink
Update for cdnjs
Browse files Browse the repository at this point in the history
  • Loading branch information
pieroxy committed Apr 27, 2015
1 parent 82c9e92 commit c729e00
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "lz-string",
"version": "1.4.3",
"license": "WTFPL",
"filename": "lz-string.js",
"description": "LZ-based compression algorithm",
"homepage": "http://pieroxy.net/blog/pages/lz-string/index.html",
"keywords": [
Expand All @@ -27,11 +28,14 @@
"test": "tests"
},
"author": "pieroxy <pieroxy@pieroxy.net>",
"npmName": "lz-string",
"npmFileMap": [{
"basePath": "/libs/",
"files": [
"*.js"
]
}]
"autoupdate": {
"source": "git",
"target": "git://github.com/pieroxy/lz-string.git",
"basePath": "libs/",
"files": [
"lz-string.js",
"lz-string.min.js",
"base64-string.js"
]
}
}

0 comments on commit c729e00

Please sign in to comment.