Skip to content

Commit 19f7909

Browse files
committed
Add license attribute
specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/
1 parent 5c28989 commit 19f7909

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@
4545
},
4646
"engines": {
4747
"node": ">= 0.8.x"
48-
}
48+
},
49+
"license": "MIT"
4950
}

0 commit comments

Comments
 (0)