Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Fix dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed May 2, 2019
1 parent d41aa00 commit 4bb2e88
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
19 changes: 9 additions & 10 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "tilmeld-components",
"version": "1.0.0-beta.1",
"description": "Nymph user and group management with access controls.",
"main": "lib/index.js",
"main": "dist/TilmeldComponents.js",
"module": "lib/index.js",
"scripts": {
"compile": "node make.js && cp src/index.js lib/",
"pack": "webpack",
Expand Down Expand Up @@ -43,7 +44,8 @@
"homepage": "https://github.com/sciactive/tilmeld-client#readme",
"dependencies": {
"nymph-client": "^4.0.0-beta.16",
"pform": "^3.3"
"pform": "^3.3",
"tilmeld-client": "^1.0.0-beta.23"
},
"devDependencies": {
"@babel/core": "^7.4.4",
Expand All @@ -59,7 +61,6 @@
"prettier": "^1.17.0",
"svelte": "^3.1.0",
"svelte-loader": "^2.13.3",
"umailphp": "^2.4",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
}
Expand Down

0 comments on commit 4bb2e88

Please sign in to comment.