Commit 3842a769 by Ivan Kubota

Move devDependencies from dependencies

parent 654759ad
{ {
"name": "react-vanilla", "name": "react-vanilla",
"version": "1.1.22", "version": "1.1.23",
"description": "", "description": "",
"main": "DOM.js", "main": "DOM.js",
"scripts": { "scripts": {
...@@ -14,13 +14,13 @@ ...@@ -14,13 +14,13 @@
"author": "Zibx", "author": "Zibx",
"license": "MPL-2.0", "license": "MPL-2.0",
"dependencies": { "dependencies": {
"simplest-dom": "^0.0.20",
"terser": "^5.4.0"
}, },
"devDependencies": { "devDependencies": {
"chai": "^4.2.0", "chai": "^4.2.0",
"mocha": "^8.2.1", "mocha": "^8.2.1",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"express": "*" "express": "*",
"terser": "^5.4.0",
"simplest-dom": "^0.0.20"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment