Skip to content

Commit

Permalink
fix: fix description in the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Feb 25, 2022
1 parent a0ae687 commit b0f0a4f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/react-formio-container/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@tsed/react-formio-container",
"description": "Provide advanced components and tools to create your own formio backoffice.",
"version": "1.10.13",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down Expand Up @@ -40,4 +41,4 @@
"file-saver": "^2.0.5"
},
"dependencies": {}
}
}
3 changes: 2 additions & 1 deletion packages/react-formio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@tsed/react-formio",
"version": "1.10.13",
"description": "Provide a react formio wrapper. Written in TypeScript.",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.ts",
Expand Down Expand Up @@ -33,4 +34,4 @@
"@tsed/tailwind-formio": "1.10.13",
"eslint-plugin-jsx-a11y": "^6.5.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/redux-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
"description": "Redux utils",
"description": "An opinionated lib to create actions and reducers for Redux written in TypeScript",
"author": "Romain Lenzotti",
"license": "MIT",
"scripts": {
Expand All @@ -23,4 +23,4 @@
"redux": "^4.0.5"
},
"dependencies": {}
}
}
1 change: 0 additions & 1 deletion packages/redux-utils/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

<hr />


An opinionated lib to create actions and reducers for [Redux](https://github.com/rackt/redux) written in TypeScript and inspired from [react-act](https://github.com/pauldijou/redux-act) project.
The main goal is to use actions themselves as references inside the reducers rather than string constants.

Expand Down

0 comments on commit b0f0a4f

Please sign in to comment.