Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoscalco committed Jul 19, 2021
1 parent 980e597 commit 0a0995c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@nextbitlabs/two-stacked-bar",
"version": "1.0.1",
"version": "1.0.2",
"description": "Web-component implementation of a two-stacked-bar.",
"module": "dist/two-stacked-bar.esm.js",
"exports": { "import": "./dist/two-stacked-bar.esm.js" },
"exports": {
"import": "./dist/two-stacked-bar.esm.js"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
Expand Down

0 comments on commit 0a0995c

Please sign in to comment.