remove line

This commit is contained in:
Liam DeBeasi
2023-11-01 14:33:34 -04:00
parent 5ac163e4bd
commit 1175b258e7

View File

@ -11,7 +11,6 @@
"bundle": "rollup --config rollup.config.js", "bundle": "rollup --config rollup.config.js",
"build": "npm run clean && npm run bundle", "build": "npm run clean && npm run bundle",
"clean": "rimraf dist", "clean": "rimraf dist",
"tsc": "tsc -p .",
"sync": "sh ./scripts/sync.sh" "sync": "sh ./scripts/sync.sh"
}, },
"main": "./dist/index.js", "main": "./dist/index.js",