This commit is contained in:
Endeavorance 2025-04-18 10:54:17 -04:00
parent 45ece62045
commit f87b3fcf76

View file

@ -1,6 +1,6 @@
{
"name": "@endeavorance/prequel",
"version": "2.2.0",
"version": "2.3.0",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
@ -11,7 +11,9 @@
"keywords": [],
"author": "Endeavorance <hello@endeavorance.camp> (https://endeavorance.camp)",
"license": "CC BY-NC-SA 4.0",
"files": ["dist"],
"files": [
"dist"
],
"type": "module",
"devDependencies": {
"@types/bun": "latest",