Skip to content

Commit 5267246

Browse files
authored
Change package.json license to new format (YousefED#479)
1 parent a6199d3 commit 5267246

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@
3232
"type": "git",
3333
"url": "[email protected]:YousefED/typescript-json-schema.git"
3434
},
35-
"licenses": [
36-
{
37-
"type": "BSD-3-Clause"
38-
}
39-
],
35+
"license": "BSD-3-Clause",
4036
"keywords": [
4137
"typescript",
4238
"json",
@@ -78,4 +74,4 @@
7874
"dev": "tsc -w",
7975
"test:dev": "mocha -t 5000 --watch --require source-map-support/register dist/test"
8076
}
81-
}
77+
}

0 commit comments

Comments
 (0)