mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-24 17:21:43 +00:00
fix license in package.json
This commit is contained in:
parent
48be4f2266
commit
306095f49b
1 changed files with 1 additions and 4 deletions
|
|
@ -19,9 +19,7 @@
|
||||||
"test": "jest --verbose --runInBand"
|
"test": "jest --verbose --runInBand"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"licenses": {
|
"license": "MIT",
|
||||||
"type": "MIT"
|
|
||||||
},
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8"
|
"node": ">=8"
|
||||||
},
|
},
|
||||||
|
|
@ -48,7 +46,6 @@
|
||||||
"spiralloop": "^1.0.2",
|
"spiralloop": "^1.0.2",
|
||||||
"vec3": "^0.1.3"
|
"vec3": "^0.1.3"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/PrismarineJS/flying-squid.git"
|
"url": "git://github.com/PrismarineJS/flying-squid.git"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue