diff --git a/Dockerfile b/Dockerfile index 97b98c4..25e66ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ COPY .babelrc.js . COPY webpack.config.js . COPY package.json . COPY package-lock.json . +COPY tsconfig.json . # files: source COPY index.html . diff --git a/package-lock.json b/package-lock.json index 23642c8..e5529ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@davidlougheed/snipe", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@davidlougheed/snipe", - "version": "1.1.0", + "version": "1.1.1", "license": "GPL-3.0-only", "dependencies": { "@ant-design/icons": "^5.4.0", diff --git a/package.json b/package.json index 2db106e..afa7ca2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@davidlougheed/snipe", - "version": "1.1.0", + "version": "1.1.1", "description": "A web tool for optimally choosing eDNA primer pairs to identify a set of taxa. ", "main": "index.js", "scripts": {