Skip to content

Commit 10280c2

Browse files
authored
Merge pull request #75 from d3viant0ne/d3viant0ne-PackageLicense
chore(proj): Update to new license syntax
2 parents 8e47337 + 0449f7c commit 10280c2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"loader-utils": "^0.2.15",
1111
"object-assign": "^4.1.0"
1212
},
13+
"license": "MIT",
1314
"devDependencies": {
1415
"beautify-lint": "^1.0.4",
1516
"codecov.io": "^0.1.6",
@@ -33,11 +34,5 @@
3334
"repository": {
3435
"type": "git",
3536
"url": "git@github.com:webpack/html-loader.git"
36-
},
37-
"licenses": [
38-
{
39-
"type": "MIT",
40-
"url": "http://www.opensource.org/licenses/mit-license.php"
41-
}
42-
]
37+
}
4338
}

0 commit comments

Comments
 (0)