Skip to content

Commit feee3a7

Browse files
tobiasjstaffordsstoby
authored andcommitted
Stop using deprecated syntax
Use the current npm package format for specifying license information, per https://docs.npmjs.com/files/package.json#license
1 parent 05c434d commit feee3a7

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
"name": "newrelic",
33
"version": "1.35.0",
44
"author": "New Relic Node.js agent team <nodejs@newrelic.com>",
5-
"licenses": [
6-
{
7-
"type": "proprietary",
8-
"url": "https://raw.github.com/newrelic/node-newrelic/master/LICENSE"
9-
}
10-
],
5+
"license": "SEE LICENSE IN LICENSE",
116
"contributors": [
127
{
138
"name": "Saxon D'Aubin",

0 commit comments

Comments
 (0)