We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfedbb6 commit fe97bbbCopy full SHA for fe97bbb
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "license-webpack-plugin",
3
- "version": "2.3.21",
+ "version": "3.0.0",
4
"description": "Outputs licenses from 3rd party libraries to a file",
5
"main": "dist/index.js",
6
"typings": "dist/index.d.ts",
@@ -38,6 +38,7 @@
38
"homepage": "https://github.com/xz64/license-webpack-plugin#readme",
39
"devDependencies": {
40
"@types/jest": "^22.2.2",
41
+ "@types/webpack-sources": "^0.1.5",
42
"cross-env": "^5.2.0",
43
"jest": "^22.4.3",
44
"prettier": "^1.19.1",
@@ -47,7 +48,6 @@
47
48
"tslint-config-airbnb": "^5.8.0",
49
"tslint-config-prettier": "^1.10.0",
50
"typescript": "^3.8.0",
- "@types/webpack-sources": "^0.1.5",
51
"webpack-sources": "^1.2.0"
52
},
53
"peerDependenciesMeta": {
0 commit comments