diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 521e502..78dde70 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -19,6 +19,6 @@ jobs: node-version: '16' registry-url: 'https://registry.npmjs.org' - name: Publish package on NPM 📦 - run: npm publish --tag github + run: npm publish --tag latest env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 364f473..d3fd32d 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "time-series-error", - "version": "2.0.6", + "version": "2.0.7", "lockfileVersion": 2, "requires": true, "packages": {} diff --git a/package-lock.json b/package-lock.json index a8687f0..511d176 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "time-series-error", - "version": "2.0.6", + "version": "2.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "time-series-error", - "version": "2.0.6", + "version": "2.0.7", "license": "ISC" } } diff --git a/package.json b/package.json index 4003f26..68a6c43 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,16 @@ { "name": "time-series-error", - "version": "2.0.6", + "version": "2.0.7", "description": "Time Series Error Evaluation Metrics ", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Sahan Dissanayaka", + "repository": { + "type": "git", + "url": "https://github.com/SahanDisa/time-series-error.git" +}, "license": "ISC", "keywords": [ "time-series",