summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2020-03-09 14:17:23 -0500
committerBen Beltran <ben@nsovocal.com>2020-03-09 14:17:23 -0500
commit0175290596f12226a69cda815ad1c73b0f43d898 (patch)
tree73e4e56abc6e070f6b9618a13c360c1fe69e0366 /package.json
parent3828c5670e97df8514e3dad23b3890e8d8939669 (diff)
parent62bc93dd77eacab028c45f831e0746f64de8dd46 (diff)
Merge branch 'hotfix/3.0.2'3.0.2
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"
},