We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4496cf7 commit 3d304dbCopy full SHA for 3d304db
1 file changed
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "platformer3d-engine",
3
"version": "0.2.0",
4
- "license": "AGPL-3.0-or-later WITH GPL-3.0-interface-exception",
5
- "description": "A 3D Platformer Engine built for BOSIX with Web Technologies.",
+ "license": "AGPL-3.0-or-later",
+ "description": "A 3D Platformer Engine built with Web Technologies.",
6
"scripts": {
7
"build-client": "tsc -p tsconfig.client.json",
8
"build-common": "tsc -p tsconfig.common.json",
0 commit comments