Add license attribute
https://docs.npmjs.com/files/package.json#license http://npm1k.org/
This commit is contained in:
parent
d335b5a0f5
commit
e5b33ceb05
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.4.0"
|
"node": ">= 0.4.0"
|
||||||
}
|
},
|
||||||
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue