Skip to content

Commit

Permalink
update files in package.json to include lib and src folders
Browse files Browse the repository at this point in the history
  • Loading branch information
zxbodya committed Jul 21, 2023
1 parent 53ac5ba commit c4a2453
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 11 deletions.
4 changes: 3 additions & 1 deletion packages/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
]
},
"files": [
"dist"
"dist",
"lib",
"src"
],
"engineStrict": false,
"engines": {
Expand Down
4 changes: 3 additions & 1 deletion packages/bootstrap-4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"typings": "lib/index.d.ts",
"description": "Bootstrap 4 theme, fields and widgets for react-jsonschema-form",
"files": [
"dist"
"dist",
"lib",
"src"
],
"repository": {
"type": "git",
Expand Down
4 changes: 3 additions & 1 deletion packages/chakra-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"dist"
"dist",
"lib",
"src"
],
"scripts": {
"build:ts": "tsc",
Expand Down
4 changes: 3 additions & 1 deletion packages/fluent-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"typings": "lib/index.d.ts",
"description": "Fluent UI theme, fields and widgets for react-jsonschema-form",
"files": [
"dist"
"dist",
"lib",
"src"
],
"scripts": {
"build:ts": "tsc",
Expand Down
4 changes: 3 additions & 1 deletion packages/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"types": "./dist/index.d.ts",
"description": "Material UI 4 theme, fields and widgets for react-jsonschema-form",
"files": [
"dist"
"dist",
"lib",
"src"
],
"scripts": {
"build:ts": "tsc",
Expand Down
4 changes: 3 additions & 1 deletion packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"types": "./dist/index.d.ts",
"description": "Material UI 5 theme, fields and widgets for react-jsonschema-form",
"files": [
"dist"
"dist",
"lib",
"src"
],
"scripts": {
"build:ts": "tsc",
Expand Down
4 changes: 3 additions & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
]
},
"files": [
"dist"
"dist",
"lib",
"src"
],
"engineStrict": false,
"engines": {
Expand Down
4 changes: 3 additions & 1 deletion packages/semantic-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"typings": "lib/index.d.ts",
"description": "Semantic UI theme, fields and widgets for react-jsonschema-form",
"files": [
"dist"
"dist",
"lib",
"src"
],
"engineStrict": false,
"engines": {
Expand Down
4 changes: 3 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"typings": "lib/index.d.ts",
"description": "Utility functions for @rjsf/core",
"files": [
"dist"
"dist",
"lib",
"src"
],
"engineStrict": false,
"engines": {
Expand Down
4 changes: 3 additions & 1 deletion packages/validator-ajv6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"typings": "lib/index.d.ts",
"description": "The ajv-6 based validator for @rjsf/core",
"files": [
"dist"
"dist",
"lib",
"src"
],
"engineStrict": false,
"engines": {
Expand Down
4 changes: 3 additions & 1 deletion packages/validator-ajv8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"typings": "lib/index.d.ts",
"description": "The ajv-8 based validator for @rjsf/core",
"files": [
"dist"
"dist",
"lib",
"src"
],
"engineStrict": false,
"engines": {
Expand Down

0 comments on commit c4a2453

Please sign in to comment.