Skip to content

Commit 2dccdb2

Browse files
committed
package.json: moves Webpack keywords to Webpack package.json file
1 parent 9deff9c commit 2dccdb2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@
3030
"Tool",
3131
"Bug",
3232
"Bugs",
33-
"StackTrace",
34-
"Source maps",
35-
"Sourcemaps",
36-
"Webpack"
33+
"StackTrace"
3734
],
3835
"bugs": {
3936
"url": "https://github.com/backtrace-labs/backtrace-javascript/issues"

tools/webpack-plugin/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
"Tool",
2929
"Bug",
3030
"Bugs",
31-
"StackTrace"
31+
"StackTrace",
32+
"Source maps",
33+
"Sourcemaps",
34+
"Webpack"
3235
],
3336
"author": "Backtrace <team@backtrace.io>",
3437
"license": "MIT",

0 commit comments

Comments
 (0)