Skip to content

Commit f8db22f

Browse files
committed
Correctly specify the library's license
1 parent ec6a1b2 commit f8db22f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,5 @@
1111
, "scripts": {
1212
"test": "make test"
1313
}
14-
, "licenses" :
15-
[ { "type" : "MIT"
16-
, "url" : "http://github.com/ciaranj/node-oauth/raw/master/LICENSE"
17-
}
18-
]
14+
, "license": "MIT"
1915
}

0 commit comments

Comments
 (0)