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 7321911 commit 1ac9f11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@niltonxp/react-components-lib",
"version": "0.0.5",
"version": "0.0.6",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"types": "dist/types.d.ts",
"scripts": {
"test": "jest",
"build": "rollup -c --bundleConfigAsCjs",
Expand Down Expand Up @@ -55,4 +55,4 @@
"react": "^18.2.0",
"react-dom": "18.2.0"
}
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"jsx": "react",
"module": "ESNext",
"declaration": true,
"declarationDir": "types",
"declarationDir": "dist",
"sourceMap": true,
"outDir": "dist",
"moduleResolution": "node",
Expand Down

0 comments on commit 1ac9f11

Please sign in to comment.