Fixed entrypoint path.

This commit is contained in:
flash 2024-06-09 20:15:05 +00:00
parent d0b9400212
commit 59c0eaf48f

View file

@ -2,7 +2,7 @@
"name": "@flashwave/assproc", "name": "@flashwave/assproc",
"version": "0.3.0", "version": "0.3.0",
"description": "Personal frontend asset processing tool", "description": "Personal frontend asset processing tool",
"main": "index.js", "main": "./src/index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },