aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-06-13 13:42:21 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-06-13 13:42:21 -0500
commitb4d0b0293812afba9637c7e636bfa51366a030f7 (patch)
tree93b9e2d5ce841b76f5c41741a8ebca4a745571b0 /package.json
parent4154e0cc1744996788b6727cd2ef4a0d3a42095e (diff)
downloadmaterial-svg-atlas-plugin-webpack-b4d0b0293812afba9637c7e636bfa51366a030f7.tar.xz
material-svg-atlas-plugin-webpack-b4d0b0293812afba9637c7e636bfa51366a030f7.zip
cleanup package and fix bug from not importing fs/path in utils
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 3ea235c..6079a4f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "material-svg-atlas-plugin-webpack",
"version": "1.0.0",
- "main": "index.js",
+ "main": "src/index.js",
"scripts": {
"test": "echo no test"
},