Skip to content

Commit

Permalink
Changing location of manual install for webpack-filter-warnings-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-cedrone-cengage committed Dec 3, 2024
1 parent 9d1471f commit 26d285e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"test": "jest",
"test-watch": "jest --watch",
"test-dom": "lerna run test --scope react-magma-dom -- --watch --coverage=false",
"webpack-filter-warnings-plugin": "npm install -D webpack-filter-warnings-plugin",
"storybook": "NODE_OPTIONS='--max-old-space-size=4096' start-storybook -p 6006",
"build:docs": "lerna run build --scope react-magma-docs --no-progress",
"build:lite": "lerna run build --ignore react-magma-docs --concurrency=6 --no-progress",
Expand Down Expand Up @@ -148,6 +147,7 @@
"ts-node": "^9.1.1",
"tsdx": "^0.14.1",
"typedoc": "^0.19.2",
"typescript": "^3.9.7"
"typescript": "^3.9.7",
"webpack-filter-warnings-plugin": "1.2.1"
}
}

0 comments on commit 26d285e

Please sign in to comment.