Skip to content

Commit

Permalink
feat: initial template
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivanilton committed May 24, 2023
1 parent 4c46813 commit 7321911
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.storybook
storybook-static
.node_modules
src
# Exclude all files and folders by default
*

# Include the "dist" folder
!dist/
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@niltonxp/react-components-lib",
"version": "0.0.4",
"version": "0.0.5",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 7321911

Please sign in to comment.