We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 622de89 + 3a463f0 commit 19bd9eeCopy full SHA for 19bd9ee
LICENSE
@@ -1,6 +1,4 @@
1
-(The MIT License)
2
-
3
-Copyright (c) 2012 - 2015 Tobias Koppers
+Copyright JS Foundation and other contributors
4
5
Permission is hereby granted, free of charge, to any person obtaining
6
a copy of this software and associated documentation files (the
package.json
@@ -16,7 +16,7 @@
16
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
17
"publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"
18
},
19
- "license": "MIT",
+ "license": "JSF",
20
"repository": {
21
"type": "git",
22
"url": "https://github.com/webpack/loader-utils.git"
@@ -33,8 +33,6 @@
33
34
"main": "lib/index.js",
35
"files": [
36
- "lib",
37
- "README",
38
- "LICENSE"
+ "lib"
39
]
40
}
0 commit comments