From a82a5f637f7d038d3f4e2d48fc3cbcbbe004c2cf Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 4 May 2020 17:20:36 +0200 Subject: [PATCH] chore(pkg): update name --- LICENSE | 4 ++-- README.md | 2 +- package.json | 7 ++++++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 83e39592..b461d8c6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ -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: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index bc744dda..80d92b3f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ React Flow is a library for building node-based graphs. You can easily implement ## Installation ``` -npm install github:wbkd/react-flow +npm install react-flow-renderer ``` ## Usage diff --git a/package.json b/package.json index 6305fc8c..1efd7f40 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,13 @@ { - "name": "react-flow", + "name": "react-flow-renderer", "version": "1.0.1", "main": "dist/ReactFlow.js", "module": "dist/ReactFlow.esm.js", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/wbkd/react-flow.git" + }, "dependencies": { "@svgr/rollup": "^5.3.0", "@welldone-software/why-did-you-render": "^4.1.3",