1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

chore: update package.json

This commit is contained in:
James Cook 2023-04-16 15:17:49 +01:00
parent 29c829e7a2
commit a0fe80b119

View file

@ -22,7 +22,7 @@
"generateDocs": "typedoc --entryPointStrategy expand ./src", "generateDocs": "typedoc --entryPointStrategy expand ./src",
"test": "jest", "test": "jest",
"prepublishOnly": "pnpm run build", "prepublishOnly": "pnpm run build",
"publish": "pnpx np --no-publish && npm publish" "publishNow": "pnpx np --no-publish && npm publish"
}, },
"author": "James Cook", "author": "James Cook",
"license": "ISC", "license": "ISC",