Skip to content

Commit

Permalink
Fixed npm packaging bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainer Simon committed Mar 18, 2021
1 parent 98544e0 commit 72c9d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@recogito/annotorious-openseadragon",
"version": "2.2.3",
"description": "Annotorious image annotation for OpenSeadragon",
"module": "dist/openseadragon-annotorious.min.js",
"main": "dist/openseadragon-annotorious.min.js",
"scripts": {
"start": "webpack serve --open --mode=development",
"build": "webpack --mode=production"
Expand Down

0 comments on commit 72c9d73

Please sign in to comment.