This commit is contained in:
David Reed 2022-10-01 18:37:00 -04:00
parent 2da39c96f1
commit 787f1b3796
3 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"name": "ultraviolet",
"version": "1.0.2",
"description": "Proxy",
"main": "lib/index.js",
"main": "lib/index.cjs",
"scripts": {
"build": "cross-env NODE_ENV=production webpack-cli",
"build:dev": "cross-env NODE_ENV=development webpack-cli",
@ -10,7 +10,7 @@
},
"author": "",
"license": "MIT",
"type": "commonjs",
"type": "module",
"dependencies": {
"bowser": "^2.11.0",
"css-tree": "^2.0.4",