Skip to content

Commit 1c78b28

Browse files
committed
1 parent 92c0fc3 commit 1c78b28

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-webdatarocks",
2+
"name": "@webdatarocks/react-webdatarocks",
33
"version": "1.4.9",
44
"license": "MIT",
55
"description": "React 16.5+ Module for Flexmonster Pivot Table & Charts",
@@ -9,13 +9,13 @@
99
"prop-types": "^15.7.2",
1010
"react": "^17.0.1",
1111
"react-dom": "^17.0.1",
12-
"webdatarocks": "1.4.9"
12+
"@webdatarocks/webdatarocks": "1.4.9"
1313
},
1414
"dependencies": {
1515
"prop-types": "^15.7.2",
1616
"react": "^17.0.1",
1717
"react-dom": "^17.0.1",
18-
"webdatarocks": "1.4.9"
18+
"@webdatarocks/webdatarocks": "1.4.9"
1919
},
2020
"scripts": {
2121
"test": "echo \"Error: no test specified\" && exit 1",

src/hooks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import PropTypes from 'prop-types';
22
import React, { useEffect, useRef, useImperativeHandle } from "react";
3-
import WebDataRocks from "webdatarocks";
3+
import WebDataRocks from "@webdatarocks/webdatarocks";
44

55
export function Pivot(props, ref) {
66
const webdatarocksRef = useRef()

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import PropTypes from 'prop-types';
22
import React from "react";
3-
import WebDataRocks from "webdatarocks";
3+
import WebDataRocks from "@webdatarocks/webdatarocks";
44

55
export class Pivot extends React.Component {
66

0 commit comments

Comments
 (0)