Skip to content

Commit

Permalink
chore(version): v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
luancurti committed Jun 1, 2023
1 parent d18f81a commit 0704098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformbuilders/react-native-toast",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"author": "Platform Builders <[email protected]>",
"repository": {
Expand All @@ -19,7 +19,7 @@
"test": "cross-env CI=1 react-scripts test --env=jsdom --passWithNoTests",
"test:watch": "react-scripts test --env=jsdom",
"build": "rm -rf dist && npm run build:cjs",
"build:cjs": "tsc ./src/ToastProvider.tsx --module CommonJS --jsx react-jsx --outDir dist --skipLibCheck true --esModuleInterop true",
"build:cjs": "tsc ./src/index.ts --module CommonJS --jsx react-jsx --outDir dist --skipLibCheck true --esModuleInterop true",
"start": "rollup -c -w",
"prepare": "husky install",
"pretty": "prettier --config ./.prettierrc.js --write \"src/**/*.{jsx,ts,tsx,json}\"",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './Toast';
export * from './ToastProvider';

0 comments on commit 0704098

Please sign in to comment.