Skip to content

Commit

Permalink
Add built files
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarbare committed Aug 6, 2024
1 parent 88727b8 commit dbffffe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist
# dist
compiled
*.log
coverage
Expand Down
2 changes: 1 addition & 1 deletion packages/formik/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
dist
# dist
compiled
*.log
coverage
Expand Down
4 changes: 1 addition & 3 deletions packages/formik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
"umd:main": "dist/formik.umd.production.js",
"module": "dist/formik.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"peerDependencies": {
"react": ">=16.8.0"
},
Expand Down

0 comments on commit dbffffe

Please sign in to comment.