summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/package.json b/package.json
index 2c2921f..f0d4d5b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@serpentity/serpentity",
"description": "An Entity-Component-System Engine",
- "version": "3.0.1",
+ "version": "3.0.2",
"type": "module",
"license": "Apache-2.0",
"contributors": [
@@ -31,13 +31,10 @@
"webpack-cli": "^3.3.11"
},
"engines": {
- "node": ">= 12.0.0"
+ "node": ">= 13.0.0"
},
- "browserslist": [
- "defaults"
- ],
"scripts": {
- "build": "webpack --config ./config/webpack.js",
+ "build": "webpack --config ./config/webpack.cjs",
"lint": "eslint lib",
"test": "node test/integration.js"
},