Skip to content

Commit

Permalink
Update a few dependencies and add script runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesname committed Feb 6, 2023
1 parent 30690f2 commit 6d6d1e4
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 63 deletions.
194 changes: 134 additions & 60 deletions package-lock.json

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

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "SolrSearch",
"version": "2.5.1-ehri",
"version": "2.5.2-ehri",
"scripts": {
"dist": "grunt compress",
"test": "grunt"
},
"devDependencies": {
"grunt": ">= 1.5.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": ">= 0.4.0",
"grunt-contrib-watch": ">= 0.2.0",
"grunt-phpunit": ">= 0.3.1"
"grunt-phpunit": ">= 0.3.6"
}
}
2 changes: 1 addition & 1 deletion plugin.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ support_link="https://github.com/EHRI/SolrSearch/issues"
omeka_minimum_version="2.6"
omeka_tested_up_to="2.7"
omeka_target_version="2.7"
version="2.5.1-ehri"
version="2.5.2-ehri"
tags="solr, search"
license="Apache 2.0"

0 comments on commit 6d6d1e4

Please sign in to comment.