.cjs
This commit is contained in:
parent
2da39c96f1
commit
787f1b3796
3 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "ultraviolet",
|
"name": "ultraviolet",
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"description": "Proxy",
|
"description": "Proxy",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.cjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "cross-env NODE_ENV=production webpack-cli",
|
"build": "cross-env NODE_ENV=production webpack-cli",
|
||||||
"build:dev": "cross-env NODE_ENV=development webpack-cli",
|
"build:dev": "cross-env NODE_ENV=development webpack-cli",
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "commonjs",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bowser": "^2.11.0",
|
"bowser": "^2.11.0",
|
||||||
"css-tree": "^2.0.4",
|
"css-tree": "^2.0.4",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue