Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 43e03b5

Browse files
bnjmelfrank
authored andcommitted
Use ES6 build for the main library entry point (#34)
1 parent cd898c8 commit 43e03b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ray-tracing-renderer",
33
"version": "0.2.0",
44
"description": "A [Three.js](https://github.com/mrdoob/three.js/) renderer which utilizes path tracing to render a scene with true photorealism. The renderer supports global illumination, reflections, soft shadows, and realistic environment lighting.",
5-
"main": "src/main.js",
5+
"main": "build/RayTracingRenderer.js",
66
"scripts": {
77
"build": "./node_modules/.bin/rollup -c",
88
"dev": "./node_modules/.bin/rollup -cw --environment DEV & ./node_modules/.bin/http-server",

0 commit comments

Comments
 (0)