From 90bde0b5e97e9c380b44d1d115c47244b3c2218b Mon Sep 17 00:00:00 2001 From: CCheukKa Date: Thu, 18 Jul 2024 10:52:29 +0800 Subject: [PATCH] chore: Bump version to 1.0.4 in package.json --- .npmignore | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..05a9d0c --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +!dist/ \ No newline at end of file diff --git a/package.json b/package.json index a11f2f4..aa3114a 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "igem-upload-api", - "version": "1.0.3", + "version": "1.0.4", "description": "An API that interfaces with the iGEM upload tool (https://uploads.igem.org) to allow automatic file management and organisation.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ - "/dist", + "dist/", "LICENSE", "README.md", "package.json"