Skip to content

Commit

Permalink
Merge pull request #52 from ProjectMirador/accessible-click-and-drag
Browse files Browse the repository at this point in the history
Update package.json with repo fields included
  • Loading branch information
phil-plencner-hl authored Oct 11, 2023
2 parents 5e51ccf + 140faea commit f96a0a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirador-share-plugin",
"version": "0.14.0",
"version": "0.15.0",
"description": "mirador-share-plugin React component",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -10,6 +10,10 @@
"lib",
"umd"
],
"repository": {
"type": "git",
"url": "[email protected]:ProjectMirador/mirador-share-plugin.git"
},
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
Expand Down

0 comments on commit f96a0a6

Please sign in to comment.