X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity/blobdiff_plain/44acc9311ca3ba4a0580bc296b646879ebefde17..3828c5670e97df8514e3dad23b3890e8d8939669:/package.json?ds=sidebyside diff --git a/package.json b/package.json index 2d983b9..2c2921f 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,19 @@ { "name": "@serpentity/serpentity", "description": "An Entity-Component-System Engine", - "version": "3.0.0", + "version": "3.0.1", "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" @@ -33,14 +34,12 @@ "node": ">= 12.0.0" }, "browserslist": [ - "last 2 versions", - "not IE", - "not IE_mob" + "defaults" ], "scripts": { "build": "webpack --config ./config/webpack.js", "lint": "eslint lib", - "test": "lab" + "test": "node test/integration.js" }, "main": "./lib/serpentity.js" }