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