Skip to content

Commit 4fdceb4

Browse files
committed
Merge pull request #90 from zertosh/fix-package-license
Fix license field in package.json
2 parents 3da7535 + 7663be8 commit 4fdceb4

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)