Skip to content

Commit

Permalink
chore(package): adding meta data for CDNjs
Browse files Browse the repository at this point in the history
npmName and npmFiles is required to enable auto-updating-from-npm:
https://github.com/cdnjs/cdnjs#enabling-npmrecommended-or-git-auto-update
  • Loading branch information
rodneyrehm committed Oct 26, 2015
1 parent 178e1a5 commit 76c2cfa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
"dist"
],

"npmName": "ally.js",
"npmFileMap": [
{
"basePath": "dist",
"files": [
"ally.min.js",
"ally.min.js.map"
]
}
],

"author": "Rodney Rehm <rodney.rehm@medialize.de> (http://rodneyrehm.de/en/)",
"homepage": "https://github.com/medialize/ally.js",
"license": "MIT",
Expand Down

0 comments on commit 76c2cfa

Please sign in to comment.