Skip to content

Commit

Permalink
chore: package.json changes for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
kswenson committed Jan 10, 2024
1 parent 94a69da commit ef82b5c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 16 deletions.
50 changes: 35 additions & 15 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
"license": "MIT",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/cjs/index.d.ts",
"style": "./dist/css/app.css",
"files": [
"dist/"
],
"dependencies": {
"@concord-consortium/lara-interactive-api": "^1.9.4",
"@concord-consortium/token-service": "^2.1.0",
Expand All @@ -30,7 +34,7 @@
"js-base64": "^3.7.5",
"js-sha256": "^0.10.1",
"lodash": "^4.17.21",
"mime": "^3.0.0",
"mime": "^4.0.1",
"pako": "^2.1.0",
"query-string": "^7.1.3",
"react-dom-factories": "^1.0.2",
Expand Down

0 comments on commit ef82b5c

Please sign in to comment.