Skip to content

Commit 7663be8

Browse files
committed
Fix license field in package.json
1 parent ab7d219 commit 7663be8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,5 @@
3939
"eslint",
4040
"react"
4141
],
42-
"licenses": [
43-
{
44-
"type": "MIT",
45-
"url": "https://raw.github.com/yannickcr/eslint-plugin-react/master/LICENSE"
46-
}
47-
]
42+
"license": "MIT"
4843
}

0 commit comments

Comments
 (0)