mirror of
https://github.com/nvms/prsm.git
synced 2025-12-16 16:10:54 +00:00
Release 1.5.13
This commit is contained in:
parent
c546375d06
commit
dcacf3f988
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@prsm/ngn",
|
"name": "@prsm/ngn",
|
||||||
"version": "1.5.12",
|
"version": "1.5.13",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "nvms <pyersjonathan@gmail.com>",
|
"author": "nvms <pyersjonathan@gmail.com>",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"build:packages:2d": "tsup src/packages/2d/index.ts --format cjs,esm --dts --minify --clean --out-dir dist/packages/2d",
|
"build:packages:2d": "tsup src/packages/2d/index.ts --format cjs,esm --dts --minify --clean --out-dir dist/packages/2d",
|
||||||
"test": "bun src/tests/index.ts",
|
"test": "bun src/tests/index.ts",
|
||||||
"test:watch": "nodemon --watch src --watch tests --exec \"clear && pnpm run test\" --ext ts",
|
"test:watch": "nodemon --watch src --watch tests --exec \"clear && pnpm run test\" --ext ts",
|
||||||
"release": "bumpp package.json --commit 'Release %s' --push --tag && pnpm publish --access public",
|
"release": "bumpp package.json --commit 'Release %s' --push --tag --no-git-checks && pnpm publish --access public",
|
||||||
"serve": "esr --serve src/demo.ts"
|
"serve": "esr --serve src/demo.ts"
|
||||||
},
|
},
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user