Skip to content

Commit 0a0995c

Browse files
1.0.2
1 parent 980e597 commit 0a0995c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "@nextbitlabs/two-stacked-bar",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Web-component implementation of a two-stacked-bar.",
55
"module": "dist/two-stacked-bar.esm.js",
6-
"exports": { "import": "./dist/two-stacked-bar.esm.js" },
6+
"exports": {
7+
"import": "./dist/two-stacked-bar.esm.js"
8+
},
79
"scripts": {
810
"build": "rollup -c",
911
"dev": "rollup -c -w",

0 commit comments

Comments
 (0)