Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 42bb321

Browse files
tillsandersSpaceK33z
authored andcommitted
Update package.json license reference
Scheme has changed. For example: running `npm view raw-loader license` in terminal returns `undefined` instead of `MIT`. See the docs for further information: https://docs.npmjs.com/files/package.json#license
1 parent c62e4d5 commit 42bb321

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
@@ -7,10 +7,5 @@
77
"type": "git",
88
"url": "git@github.com:webpack/raw-loader.git"
99
},
10-
"licenses": [
11-
{
12-
"type": "MIT",
13-
"url": "http://www.opensource.org/licenses/mit-license.php"
14-
}
15-
]
10+
"license": "MIT"
1611
}

0 commit comments

Comments
 (0)