We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b28456 commit edaae53Copy full SHA for edaae53
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "react-data-table-component",
+ "name": "@jcognard-actinvision/react-data-table-component",
3
"version": "7.6.2",
4
"description": "A simple to use declarative react based data table",
5
"main": "dist/index.cjs.js",
@@ -21,7 +21,7 @@
21
"repository": "https://github.com/jbetancur/react-data-table-component",
22
"author": "jbetancur",
23
"license": "Apache-2.0",
24
- "prepublish": "tsc",
+ "prepare": "tsc",
25
"scripts": {
26
"prepublishOnly": "npm run build",
27
"build:dev": "rollup -c rollup/rollup.config.dev.js -m",
0 commit comments