Skip to content

Commit edaae53

Browse files
chore: make repo installable with npm
1 parent 9b28456 commit edaae53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-data-table-component",
2+
"name": "@jcognard-actinvision/react-data-table-component",
33
"version": "7.6.2",
44
"description": "A simple to use declarative react based data table",
55
"main": "dist/index.cjs.js",
@@ -21,7 +21,7 @@
2121
"repository": "https://github.com/jbetancur/react-data-table-component",
2222
"author": "jbetancur",
2323
"license": "Apache-2.0",
24-
"prepublish": "tsc",
24+
"prepare": "tsc",
2525
"scripts": {
2626
"prepublishOnly": "npm run build",
2727
"build:dev": "rollup -c rollup/rollup.config.dev.js -m",

0 commit comments

Comments
 (0)