chore(pkg): update name

This commit is contained in:
moklick
2020-05-04 17:20:36 +02:00
parent 12153960c9
commit a82a5f637f
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
Copyright (c) 2017 [these people](https://github.com/rollup/rollup-starter-lib/graphs/contributors) Copyright 2020 webkid GbmH
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+1 -1
View File
@@ -21,7 +21,7 @@ React Flow is a library for building node-based graphs. You can easily implement
## Installation ## Installation
``` ```
npm install github:wbkd/react-flow npm install react-flow-renderer
``` ```
## Usage ## Usage
+6 -1
View File
@@ -1,8 +1,13 @@
{ {
"name": "react-flow", "name": "react-flow-renderer",
"version": "1.0.1", "version": "1.0.1",
"main": "dist/ReactFlow.js", "main": "dist/ReactFlow.js",
"module": "dist/ReactFlow.esm.js", "module": "dist/ReactFlow.esm.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wbkd/react-flow.git"
},
"dependencies": { "dependencies": {
"@svgr/rollup": "^5.3.0", "@svgr/rollup": "^5.3.0",
"@welldone-software/why-did-you-render": "^4.1.3", "@welldone-software/why-did-you-render": "^4.1.3",