File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " react-tag-input" ,
3
3
"version" : " 0.0.0-semantically-released" ,
4
4
"description" : " React tags is a fantastically simple tagging component for your React projects" ,
5
- "main" : " dist-modules/ReactTags.js" ,
5
+ "main" : " dist-modules/components/ ReactTags.js" ,
6
6
"files" : [
7
7
" dist-modules" ,
8
8
" dist"
13
13
"test:watch" : " jest --watch --notify --coverage" ,
14
14
"start" : " webpack-dev-server --config webpack-dev-server.config.js --progress --inline --colors" ,
15
15
"format" : " prettier --write src/*.js __tests__/*.js" ,
16
- "build" : " webpack --config webpack-production.config.js --progress --colors && babel src --out-dir dist-modules" ,
16
+ "build" : " webpack --config webpack-production.config.js --progress --colors && babel src --out-dir dist-modules --copy-files " ,
17
17
"precommit" : " ./set_up_hooks.sh" ,
18
18
"semantic-release" : " semantic-release" ,
19
19
"commit" : " git-cz"
You can’t perform that action at this time.
0 commit comments