chore(packages): use @reactflow org for packages

This commit is contained in:
moklick
2022-08-29 17:18:05 +02:00
parent 22cb21a4ae
commit 588d8fc02e
23 changed files with 77 additions and 65 deletions
@@ -13,5 +13,6 @@ module.exports = defineConfig({
framework: 'next',
bundler: 'webpack',
},
video: false,
},
});
@@ -13,7 +13,7 @@ import ReactFlow, {
HandleType,
} from 'reactflow';
import { Controls } from '@rctflw/controls';
import { Controls } from '@reactflow/controls';
const initialNodes: Node[] = [
{
+1 -1
View File
@@ -4,7 +4,7 @@ import '../styles/globals.css';
// Unfortunately this doesn't work because preconsruct clears the dist folder and there is
// no way to hook into the watch process to copy the files back to the dist folder
// import '@rctflw/core/dist/theme-default.css';
// import '@reactflow/core/dist/theme-default.css';
// this is a workaround for testing the theme. See explanation above.
import '../styles/rf-style.css';
+1 -1
View File
@@ -15,7 +15,7 @@
"jsx": "preserve",
"incremental": true,
"baseUrl": "./",
"types": ["cypress", "@testing-library/cypress"]
"types": ["cypress"]
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]