Skip to content

Commit d0750ec

Browse files
committed
update license attribute
specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/
1 parent 3cd0df2 commit d0750ec

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,5 @@
6060
"scripts": {
6161
"test": "vows; echo"
6262
},
63-
"licenses": [
64-
{
65-
"type": "BSD",
66-
"url": "https://github.com/mbostock/d3/blob/master/LICENSE"
67-
}
68-
]
63+
"license": "BSD-3-Clause"
6964
}

0 commit comments

Comments
 (0)