Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit 17db232

Browse files
committed
Roll v2.0.3
1 parent 3581378 commit 17db232

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.0.3
2+
3+
**Bug fixes**:
4+
5+
- Fix npm package
6+
- Use package.json#files to include only the files we need in the package
7+
18
## 2.0.2
29

310
**Bug fixes**:

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bloomprotocol/share-kit",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"description": "Easily allow your users to share their verified personal information directly with your application by scanning a QR code.",
@@ -13,6 +13,9 @@
1313
"git add"
1414
]
1515
},
16+
"files": [
17+
"dist/**"
18+
],
1619
"scripts": {
1720
"build": "yarn clean && ./bin/build",
1821
"clean": "rimraf dist",

0 commit comments

Comments
 (0)