]> git.r.bdr.sh - rbdr/serpentity/blobdiff - package.json
Bump version, require node 13, use cjs webpack
[rbdr/serpentity] / package.json
index e27c25650ec60cb6e12214d05883bcc5fcb0b6f5..f0d4d5b35ea80b1d73c6061b65334e9356dd3755 100644 (file)
@@ -1,18 +1,19 @@
 {
   "name": "@serpentity/serpentity",
   "description": "An Entity-Component-System Engine",
-  "version": "3.0.0",
+  "version": "3.0.2",
   "type": "module",
+  "license": "Apache-2.0",
   "contributors": [
     {
       "name": "Rubén Beltrán del Río",
-      "email": "ben@nsovocal.com",
+      "email": "subscriptions@unlimited.pizza",
       "url": "https://unlimited.pizza"
     }
   ],
   "repository": {
     "type": "git",
-    "url": "https://github.com/serpentity/serpentity.git"
+    "url": "https://gitlab.com/serpentity/serpentity.git"
   },
   "dependencies": {
     "events": "^3.1.0"
     "webpack-cli": "^3.3.11"
   },
   "engines": {
-    "node": ">= 12.0.0"
+    "node": ">= 13.0.0"
   },
-  "browserslist": [
-    "last 2 versions",
-    "not IE",
-    "not IE_mob"
-  ],
   "scripts": {
-    "build": "webpack --config ./config/webpack.js",
+    "build": "webpack --config ./config/webpack.cjs",
     "lint": "eslint lib",
     "test": "node test/integration.js"
   },