Skip to content

Commit

Permalink
v2.0.83
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Oct 24, 2023
1 parent 90cd230 commit 1a1e301
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inspire-next-search-js",
"version": "2.0.82",
"version": "2.0.83",
"description": "Javascript search components for Inspirehep-Search",
"author": {
"name": "INSPIREHEP",
Expand All @@ -12,11 +12,11 @@
},
"dependencies": {
"angular": "=1.4.8",
"angular-sanitize": "=1.4.8",
"angular-mocks": "=1.4.8",
"angular-sanitize": "=1.4.8",
"angular-scenario": "=1.4.8",
"invenio-search-js": "^0.2.1",
"angular-ui-bootstrap": "=1.2.4",
"invenio-search-js": "^0.2.1",
"ngclipboard": "=1.1.1"
},
"devDependencies": {
Expand Down Expand Up @@ -81,6 +81,7 @@
},
"homepage": "https://github.com/inspirehep/inspirehep-search-js#readme",
"files": [
"dist/**/*.js", "dist/*.js"
"dist/**/*.js",
"dist/*.js"
]
}

0 comments on commit 1a1e301

Please sign in to comment.