diff --git a/README.md b/README.md index b9ba783..33e526c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The library can then be used in your HTML as follows: - + ``` diff --git a/dev/examples/lis-gene-search-with-linkouts.html b/dev/examples/lis-gene-search-with-linkouts.html index 64e1206..51a5ad0 100644 --- a/dev/examples/lis-gene-search-with-linkouts.html +++ b/dev/examples/lis-gene-search-with-linkouts.html @@ -14,7 +14,7 @@ - + diff --git a/dev/lis-linkout-element.html b/dev/lis-linkout-element.html index 6e1c720..f2357f5 100644 --- a/dev/lis-linkout-element.html +++ b/dev/lis-linkout-element.html @@ -14,7 +14,7 @@ - + diff --git a/package-lock.json b/package-lock.json index 9280876..2e2f6a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@legumeinfo/web-components", - "version": "0.0.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@legumeinfo/web-components", - "version": "0.0.1", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "lit": "^2.7.6" diff --git a/package.json b/package.json index f4529e6..fe669c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,15 @@ { "name": "@legumeinfo/web-components", - "version": "0.0.1", + "version": "1.0.0", "description": "Web Components for the Legume Information System and other AgBio databases", + "repository": { + "type": "git", + "url": "https://github.com/apollographql/web-components" + }, + "bugs": { + "url": "https://github.com/legumeinfo/web-components/issues" + }, + "homepage": "https://github.com/legumeinfo/web-components#readme", "main": "lib/index.js", "module": "lib/index.js", "types": "lib/index.d.ts", @@ -37,10 +45,13 @@ "bundle:watch": "rollup -c -w" }, "keywords": [ + "typescript", "lit", "web-components", - "typescript", - "legumes" + "uikit", + "legumes", + "agbio", + "biology" ], "author": "Legume Information System", "license": "Apache-2.0",