Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit df90479

Browse files
authored
Merge pull request #121 from dmoonfire/correct-package-license
Switch `package.json` to use the proper `license` key.
2 parents ee08d9f + 3b14291 commit df90479

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
@@ -3,12 +3,7 @@
33
"name": "spellchecker",
44
"description": "Bindings to native spellchecker",
55
"version": "3.5.3",
6-
"licenses": [
7-
{
8-
"type": "MIT",
9-
"url": "http://github.com/atom/node-spellchecker/raw/master/LICENSE.md"
10-
}
11-
],
6+
"license": "MIT",
127
"repository": {
138
"type": "git",
149
"url": "https://github.com/atom/node-spellchecker.git"

0 commit comments

Comments
 (0)