Skip to content

Commit 2cd9889

Browse files
authoredMar 20, 2018
Merge pull request #77 from camillem/patch-1
Updating deprecated licenses field
2 parents 24c4ed1 + 3ccbf04 commit 2cd9889

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed
 

‎package.json

+1-10
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,7 @@
99
"json",
1010
"schema"
1111
],
12-
"licenses": [
13-
{
14-
"type": "AFLv2.1",
15-
"url": "https://github.com/dojo/dojo/blob/master/LICENSE"
16-
},
17-
{
18-
"type": "BSD 3-Clause",
19-
"url": "https://github.com/dojo/dojo/blob/master/LICENSE"
20-
}
21-
],
12+
"license": "(AFL-2.1 OR BSD-3-Clause)",
2213
"repository": {
2314
"type":"git",
2415
"url":"http://github.com/kriszyp/json-schema"

0 commit comments

Comments
 (0)
Please sign in to comment.