react-admin-crud-manager 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,16 +15,6 @@ A reusable React CRUD admin template with modular components for rapid admin das
15
15
  npm install react-admin-crud-manager
16
16
  ```
17
17
 
18
- ## Build (for contributors/maintainers)
19
-
20
- To build the package for npm distribution:
21
-
22
- ```sh
23
- npm run build
24
- ```
25
-
26
- This will output the library files to the `dist/` folder in both CommonJS and ESModule formats.
27
-
28
18
  ## Usage
29
19
 
30
20
  ### 1. Import the built CSS for Tailwind styles
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-admin-crud-manager",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "A reusable React CRUD admin template with modular components.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",