Skip to content

Commit 991e894

Browse files
committed
package: add "license" field
Fix npm warning
1 parent 8050a81 commit 991e894

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"url": "git://github.com/TooTallNate/ref-array.git"
1313
},
1414
"main": "./lib/array.js",
15+
"license": "MIT",
1516
"scripts": {
1617
"test": "node-gyp rebuild --directory test && mocha -gc --reporter spec"
1718
},

0 commit comments

Comments
 (0)