nodejs fixes
This commit is contained in:
parent
dd5237e4ed
commit
7ed524517d
7 changed files with 32 additions and 15 deletions
|
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
"name": "@0x2620/oxjs",
|
||||
"version": "1.0.0",
|
||||
"module": "min/Ox.esm.js",
|
||||
"main": "min/Ox/Ox.js",
|
||||
"module": "min/Ox/Ox.js",
|
||||
"browser": "min/Ox.js",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-node-resolve": "^16.0.3",
|
||||
"@rollup/plugin-terser": "^0.4.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue