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 1, 2019
1 parent 3f8f783 commit 0f37394
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tilmeld-components",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"description": "Nymph user and group management with access controls.",
"main": "dist/TilmeldComponents.js",
"module": "lib/index.js",
Expand All @@ -24,12 +24,13 @@
},
"keywords": [
"users",
"groups",
"user management",
"user manager",
"groups",
"group management",
"group manager",
"acl",
"access control",
"nymph"
],
"author": "Hunter Perrin <[email protected]>",
Expand All @@ -39,9 +40,9 @@
},
"homepage": "https://github.com/sciactive/tilmeld-components#readme",
"dependencies": {
"nymph-client": "^4.0.0-beta.17",
"nymph-client": "^4.0.0",
"pform": "^3.3",
"tilmeld-client": "^1.0.0-beta.24"
"tilmeld-client": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
Expand Down

0 comments on commit 0f37394

Please sign in to comment.