File tree Expand file tree Collapse file tree 6 files changed +3
-175
lines changed
Expand file tree Collapse file tree 6 files changed +3
-175
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 11{
22 "name" : " react-retool" ,
3- "version" : " 0.1.8 " ,
3+ "version" : " 0.1.9 " ,
44 "private" : false ,
55 "repository" : {
66 "type" : " git" ,
3838 "build" : " react-scripts build" ,
3939 "test" : " react-scripts test" ,
4040 "eject" : " react-scripts eject" ,
41- "publish:npm" : " rm -rf dist && mkdir dist && babel src/components -d dist --copy-files" ,
42- "test:publish" : " rm -rf build-dir && mkdir build-dir && babel src/components -d build-dir --copy-files && mv ./build-dir/Retool.js ./build-dir/index.js && cp ./package.json ./build-dir/package.json && npm publish ./build-dir"
41+ "publish:npm" : " rm -rf dst && mkdir dst && babel src/components -d dst --copy-files && mv ./dst/Retool.js ./dst/index.js && cp ./package.json ./dst/package.json"
4342 },
4443 "eslintConfig" : {
4544 "extends" : [
File renamed without changes.
Original file line number Diff line number Diff line change 3838 "build" : " react-scripts build" ,
3939 "test" : " react-scripts test" ,
4040 "eject" : " react-scripts eject" ,
41- "publish:npm" : " rm -rf dist && mkdir dist && babel src/components -d dist --copy-files" ,
42- "test:publish" : " rm -rf build-dir && mkdir build-dir && babel src/components -d build-dir --copy-files && mv ./build-dir/Retool.js ./build-dir/index.js && cp ./package.json ./build-dir/package.json && npm publish ./build-dir"
41+ "publish:npm" : " rm -rf dst && mkdir dst && babel src/components -d dst --copy-files && mv ./dst/Retool.js ./dst/index.js && cp ./package.json ./dst/package.json"
4342 },
4443 "eslintConfig" : {
4544 "extends" : [
You can’t perform that action at this time.
0 commit comments