From 6a2989ee4d40483f3d0fd65a618e86766d933b14 Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 23 Nov 2021 22:26:49 +0000 Subject: [PATCH] chore: bump version --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d137cb..e86139d 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,14 @@ { "name": "classcharts-api", - "version": "0.0.2", + "version": "0.0.4", "description": "", "repository": { "url": "https://github.com/jamesatjaminit/classcharts-api" }, "main": "./dist/index.js", "scripts": { + "prepare": "npm run build", + "build": "tsc", "generateDocs": "pnpm typedoc --entryPointStrategy expand ./src" }, "author": "",