Skip to content

Commit

Permalink
release: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed May 7, 2024
1 parent d913ab8 commit 66582a0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- name: Install and Build
run: |
npm install
npm run build
- name: Publish on NPM
run: npm publish --access public
Expand Down
13 changes: 13 additions & 0 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demobbed-viewer",
"version": "1.2.0",
"version": "1.3.0",
"description": "This is a demonstrative browser-based event display for open data of the OPERA neutrino oscillation experiment.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -13,10 +13,10 @@
"OPERA",
"previewer"
],
"author": "Sergey Dmitrievsky",
"author": "cernopendata team",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/cernopendata/demobbed-viewer/issues"
},
"homepage": "https://github.com/cernopendata/demobbed-viewer#readme"
}
}

0 comments on commit 66582a0

Please sign in to comment.