Skip to content

Commit b5a499e

Browse files
committed
Update App
1 parent aa03c04 commit b5a499e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

demo/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default class App extends PureComponent {
5151
channel_3: [0, 0, 255],
5252
},
5353
viewHeight: window.innerHeight * .9,
54-
viewWidth: window.innerWidth * .8
54+
viewWidth: window.innerWidth * .7
5555
};
5656
this.max = 65535
5757
window.addEventListener("resize", this.resize);

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
"module": "dist/index.es.js",
66
"jsnext:main": "dist/index.es.js",
77
"files": [
8-
"dist"
8+
"dist",
9+
"src"
910
],
1011
"description": "High bit depth, high resolution, many channels, low overhead",
1112
"scripts": {
1213
"build-component": "rm -r dist && rollup -c",
13-
"build-site": "node_modules/.bin/webpack --config webpack.prod.js --mode production",
14+
"build-site": "rm -r dist && node_modules/.bin/webpack --config webpack.prod.js --mode production",
1415
"start": "node_modules/.bin/webpack-dev-server --mode development --open --hot"
1516
},
1617
"repository": {

0 commit comments

Comments
 (0)