Skip to content

Commit eaf2042

Browse files
committed
Change email + Add license url
1 parent 440b4da commit eaf2042

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@
1515
],
1616
"author": {
1717
"name": "Zeno Rocha",
18-
"email": "contato@zenorocha.com"
18+
"email": "zno.rocha@gmail.com"
1919
},
2020
"engines": {
2121
"node": ">=0.8.0"
2222
},
2323
"license": [
2424
{
25-
"type": "MIT"
25+
"type": "MIT",
26+
"url": "http://zenorocha.mit-license.org/"
2627
}
2728
],
2829
"dependencies": {

0 commit comments

Comments
 (0)