1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00

chore: release stuff

This commit is contained in:
James Cook 2021-10-28 17:14:16 +01:00
parent 08f9fc8078
commit 7e988a06f9
3 changed files with 41 additions and 3 deletions

View file

@ -3,11 +3,12 @@
"version": "0.0.1",
"description": "",
"repository": {
"url": "https://github.com/jamesatjaminit/"
"url": "https://github.com/jamesatjaminit/classcharts-api"
},
"main": "dist/index.js",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npx tsc && node dist/release.js"
},
"author": "",
"license": "ISC",