diff --git a/package.json b/package.json index b8136a6..8d10a89 100644 --- a/package.json +++ b/package.json @@ -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/*" + ] + } + ] }