Skip to content

Commit

Permalink
Merge pull request #165 from legumeinfo/version-1.0.0
Browse files Browse the repository at this point in the history
Version 1.0.0
  • Loading branch information
alancleary authored Aug 4, 2023
2 parents c5a1ce1 + a0b6bd2 commit 1782b14
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The library can then be used in your HTML as follows:
<script type="module" src="@legumeinfo/web-components/dist/web-components.min.js"></script>
</head>
<body>
<lis-gene-searh-element></lis-gene-searh-element>
<lis-gene-search-element></lis-gene-search-element>
</body>
```

Expand Down
2 changes: 1 addition & 1 deletion dev/examples/lis-gene-search-with-linkouts.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- GraphQL -->
<script type="text/javascript" src="../graphql.js"></script>
<!-- web components-->
<script type="module" src="../../dist/index.js"></script>
<script type="module" src="../../lib/index.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion dev/lis-linkout-element.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- GraphQL -->
<script type="text/javascript" src="./graphql.js"></script>
<!-- web components -->
<script type="module" src="../dist/index.js"></script>
<script type="module" src="../lib/index.js"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 1782b14

Please sign in to comment.