diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-03-09 13:37:47 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-03-09 13:37:47 -0500 |
| commit | 5f26f629b590a26ca90f6be48b107d875343358c (patch) | |
| tree | a2998b42917dce2e2d2be767349695ff84650edf /package.json | |
| parent | 400144c57c2d82f59253fa68c257497275eb3647 (diff) | |
Update license and changelogrbdr-use-module-syntax
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index e27c256..aa2c132 100644 --- a/package.json +++ b/package.json @@ -3,16 +3,17 @@ "description": "An Entity-Component-System Engine", "version": "3.0.0", "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" |