diff options
| author | Tim Keller <tjkeller.xyz> | 2025-05-22 17:54:45 -0500 |
|---|---|---|
| committer | Tim Keller <tjkeller.xyz> | 2025-05-22 17:54:45 -0500 |
| commit | 2a443530c5b45322fcc02551762dd553abb3569f (patch) | |
| tree | 216afa04b9f5c65c23f3bfbda85901a34db80b91 /package.json | |
| parent | 60bbfd2389cce7faddd4c7c0829fc14929a00cab (diff) | |
| download | material-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.json | 2 |
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" } |
