aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-05-22 17:54:45 -0500
committerTim Keller <tjkeller.xyz>2025-05-22 17:54:45 -0500
commit2a443530c5b45322fcc02551762dd553abb3569f (patch)
tree216afa04b9f5c65c23f3bfbda85901a34db80b91 /package.json
parent60bbfd2389cce7faddd4c7c0829fc14929a00cab (diff)
downloadmaterial-svg-atlas-plugin-webpack-2a443530c5b45322fcc02551762dd553abb3569f.tar.xz
material-svg-atlas-plugin-webpack-2a443530c5b45322fcc02551762dd553abb3569f.zip
make dev dependencies into real deps
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 85e2f97..0d53e63 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"description": "",
- "devDependencies": {
+ "dependencies": {
"jsdom": "^26.1.0",
"webpack-sources": "^3.2.3"
}