Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
chore: Update npmignore and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CCheukKa committed Jul 18, 2024
1 parent bed5939 commit d4118ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
!dist/
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "igem-upload-api",
"version": "1.0.5-prelease1",
"version": "1.0.5-prerelease2",
"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",
"directories": {
"dist": "dist"
},
"files": [
"dist"
],
"scripts": {
"build": "echo Running build script && tsc",
"test": "echo Running test script && npx ts-node test/script.ts"
Expand Down

0 comments on commit d4118ce

Please sign in to comment.