File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " threejs-es6-webpack-starter-landsat" ,
3
3
"version" : " 0.0.1" ,
4
4
"description" : " A starter project for Three.js with support for ES6 and Webpack 4" ,
5
- "private" : true ,
6
5
"scripts" : {
7
6
"build" : " webpack --config webpack.prod.js --progress --env production" ,
8
7
"start" : " webpack serve --config webpack.dev.js --env development --open" ,
9
8
"ci" : " yarn run test && yarn run coverage" ,
10
9
"coverage" : " codecov" ,
11
- "deploy" : " gh-pages -d build" ,
10
+ "deploy" : " npx gh-pages -d build" ,
12
11
"format" : " prettier --write '{,!(node_modules)/}**/*.{js,jsx}'" ,
13
12
"nuke" : " rimraf node_modules && rm yarn.lock" ,
14
13
"predeploy" : " yarn build" ,
69
68
" sass"
70
69
],
71
70
"bugs" : {
72
- "url" : " https://github.com/zhunor/threejs-es6-webpack-starter /issues"
71
+ "url" : " https://github.com/zhunor/threejs-dem-visualizer /issues"
73
72
},
74
- "homepage" : " https://github.com/zhunor/threejs-es6-webpack-starter "
73
+ "homepage" : " https://github.com/zhunor/threejs-dem-visualizer "
75
74
}
You can’t perform that action at this time.
0 commit comments