aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2020-03-09 14:06:23 -0500
committerBen Beltran <ben@nsovocal.com>2020-03-09 14:06:23 -0500
commit3828c5670e97df8514e3dad23b3890e8d8939669 (patch)
treee5ae00037a355c2adeaa05b9c7b734230c142255 /package.json
parent6b3e4b4fb52e477f9f3c147127c2fd638baffd8a (diff)
Use browserslist defaults3.0.1
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/package.json b/package.json
index aa2c132..2c2921f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@serpentity/serpentity",
"description": "An Entity-Component-System Engine",
- "version": "3.0.0",
+ "version": "3.0.1",
"type": "module",
"license": "Apache-2.0",
"contributors": [
@@ -34,9 +34,7 @@
"node": ">= 12.0.0"
},
"browserslist": [
- "last 2 versions",
- "not IE",
- "not IE_mob"
+ "defaults"
],
"scripts": {
"build": "webpack --config ./config/webpack.js",