Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit f7056f0

Browse files
committed
Replace deprecated licenses key with the new format in package.json
1 parent c38509c commit f7056f0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@
1111
"objection",
1212
"orm"
1313
],
14-
"licenses": [
15-
{
16-
"type": "MIT",
17-
"url": "https://github.com/mcchrish/feathers-objection/blob/master/LICENSE"
18-
}
19-
],
14+
"license": "MIT",
2015
"repository": {
2116
"type": "git",
2217
"url": "git://github.com/mcchrish/feathers-objection.git"

0 commit comments

Comments
 (0)