Skip to content

Commit

Permalink
Add: v.2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SahanDisa committed May 5, 2022
1 parent 22db034 commit 287ac7f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 287ac7f

Please sign in to comment.