mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
expose module in package.json
allows rollup and webpack to load the lib as a module by default
This commit is contained in:
parent
2659494a80
commit
c65b687183
@ -3,6 +3,7 @@
|
||||
"version": "0.6.5",
|
||||
"description": "A lightweight graphical user interface for changing variables in JavaScript.",
|
||||
"main": "index.js",
|
||||
"module": "index.js",
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user