Skip to content

Commit 365d500

Browse files
committed
Update package.json
1 parent 5c943b3 commit 365d500

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
"name": "threejs-es6-webpack-starter-landsat",
33
"version": "0.0.1",
44
"description": "A starter project for Three.js with support for ES6 and Webpack 4",
5-
"private": true,
65
"scripts": {
76
"build": "webpack --config webpack.prod.js --progress --env production",
87
"start": "webpack serve --config webpack.dev.js --env development --open",
98
"ci": "yarn run test && yarn run coverage",
109
"coverage": "codecov",
11-
"deploy": "gh-pages -d build",
10+
"deploy": "npx gh-pages -d build",
1211
"format": "prettier --write '{,!(node_modules)/}**/*.{js,jsx}'",
1312
"nuke": "rimraf node_modules && rm yarn.lock",
1413
"predeploy": "yarn build",
@@ -69,7 +68,7 @@
6968
"sass"
7069
],
7170
"bugs": {
72-
"url": "https://github.com/zhunor/threejs-es6-webpack-starter/issues"
71+
"url": "https://github.com/zhunor/threejs-dem-visualizer/issues"
7372
},
74-
"homepage": "https://github.com/zhunor/threejs-es6-webpack-starter"
73+
"homepage": "https://github.com/zhunor/threejs-dem-visualizer"
7574
}

0 commit comments

Comments
 (0)