Skip to content

Commit

Permalink
Merge pull request #207 from TobyAndToby/tb/fix-webpack-plugin-packag…
Browse files Browse the repository at this point in the history
…e-json

Fix webpack plugin package.json
  • Loading branch information
tobybessant committed Sep 11, 2023
2 parents ade70cc + 3433d57 commit 9cbfdfc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "src/index.js",
"license": "ISC",
"description": "Webpack plugin to generate a text file asset containing all of the licenses for your production third-party dependencies.",
"homepage": "https://github.com/TobyAndToby/generate-license-file-webpack-plugin#readme",
"homepage": "https://github.com/TobyAndToby/generate-license-file#readme",
"keywords": [
"webpack",
"plugin",
Expand All @@ -28,10 +28,11 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/TobyAndToby/generate-license-file-webpack-plugin.git"
"url": "git+https://github.com/TobyAndToby/generate-license-file.git",
"directory": "src/packages/generate-license-file-webpack-plugin"
},
"bugs": {
"url": "https://github.com/TobyAndToby/generate-license-file-webpack-plugin/issues"
"url": "https://github.com/TobyAndToby/generate-license-file/issues"
},
"files": [
"src"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"executor": "nx:run-commands",
"options": {
"command": "node tools/scripts/publish.mjs generate-license-file-webpack-plugin {args.tag}"
}
},
"dependsOn": ["^publish"]
},
"lint": {
"executor": "@nx/linter:eslint",
Expand Down
3 changes: 2 additions & 1 deletion src/packages/generate-license-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/TobyAndToby/generate-license-file.git"
"url": "git+https://github.com/TobyAndToby/generate-license-file.git",
"directory": "src/packages/generate-license-file"
},
"bugs": {
"url": "https://github.com/TobyAndToby/generate-license-file/issues"
Expand Down

0 comments on commit 9cbfdfc

Please sign in to comment.