File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ npm-debug.log
1010/doc
1111/docker
1212/entrypoints
13+ /node_modules
1314/src
1415/test
1516/webpack
Original file line number Diff line number Diff line change 22 "name" : " react-json-view" ,
33 "description" :
44 " Interactive react component for displaying javascript arrays and JSON objects." ,
5- "version" : " 1.16.3 " ,
5+ "version" : " 1.16.5 " ,
66 "main" : " dist/main.js" ,
7- "files" : [" dist/" ],
87 "dependencies" : {
98 "flux" : " ^3.1.3" ,
109 "react-base16-styling" : " ^0.5.3" ,
5554 "build" :
5655 " webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize" ,
5756 "prebuild" : " npm run test:unit" ,
58- "postbuild" : " cp -a README.md LICENSE index.d.ts ./dist/" ,
5957 "build:demo" :
6058 " webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize" ,
6159 "dev" : " webpack-dev-server --config webpack/webpack.config-dev.js --open" ,
You can’t perform that action at this time.
0 commit comments