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

Commit 7fa1d28

Browse files
committed
feat: adds src folder published files
1 parent 2efb86f commit 7fa1d28

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsksmart/rif-ui",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Exposes common components to be re used in RIF projects",
55
"keywords": [
66
"RIF",
@@ -14,7 +14,8 @@
1414
"license": "MIT",
1515
"author": "rsksmart",
1616
"files": [
17-
"dist"
17+
"dist",
18+
"src"
1819
],
1920
"main": "dist/index.js",
2021
"module": "dist/index.modern.js",

0 commit comments

Comments
 (0)