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

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Jun 11, 2019
1 parent 0ba17d2 commit 701ccc8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tilmeld-components",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"description": "Nymph user and group management with access controls.",
"main": "dist/TilmeldComponents.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -41,9 +41,9 @@
},
"homepage": "https://github.com/sciactive/tilmeld-components#readme",
"dependencies": {
"nymph-client": "^4.0.0",
"nymph-client": "^5.0.0",
"pform": "^3.3",
"tilmeld-client": "^1.0.0"
"tilmeld-client": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
Expand All @@ -57,6 +57,6 @@
"svelte": "^3.5.1",
"svelte-loader": "^2.13.4",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3"
"webpack-cli": "^3.3.4"
}
}

0 comments on commit 701ccc8

Please sign in to comment.