Skip to content

Commit c790dcb

Browse files
committed
v0.1.4
1 parent ee86780 commit c790dcb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-headless-otp",
3-
"version": "0.1.2",
3+
"version": "0.1.4",
44
"description": "A headless UI for building easy to use OTP component",
55
"keywords": [
66
"otp",
@@ -24,7 +24,9 @@
2424
"main": "build/index.js",
2525
"module": "build/index.js",
2626
"types": "build/index.d.ts",
27-
"files": ["build"],
27+
"files": [
28+
"build"
29+
],
2830
"scripts": {
2931
"build": "rollup -c"
3032
},

0 commit comments

Comments
 (0)