Merge pull request #36 from iv-craig/master

Add auto-update attributes for cdnjs
This commit is contained in:
Josh Johnson 2016-09-06 18:34:53 +01:00 committed by GitHub
commit e0b4634e0e

View file

@ -61,5 +61,16 @@
"dependencies": {
"redux": "^3.3.1",
"fuse.js": "^2.2.0"
}
},
"npmName": "choices.js",
"npmFileMap": [
{
"basePath": "assets",
"files": [
"scripts/dist/*",
"styles/css/*",
"icons/*"
]
}
]
}