refactor(pkg): remove root

This commit is contained in:
moklick
2019-10-08 21:13:26 +02:00
parent 936550bdb2
commit b0949144d3
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
{
"name": "react-flow",
"version": "1.0.0",
"root": "dist",
"browser": "dist/ReactFlow.min.js",
"main": "dist/ReactFlow.min.js",
"private": true,

View File

@@ -35,7 +35,7 @@ const plugins = [
export default [{
input: 'src/index.js',
external: external,
external,
onwarn,
output: {
name: 'ReactFlow',