diff --git a/LICENSE b/LICENSE index e06d208..0b85a5b 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ Apache License same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright {yyyy} {name of copyright owner} + Copyright 2015 Hailo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -199,4 +199,3 @@ Apache License WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - diff --git a/README.md b/README.md index a5f28e1..b71c15c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ react-pure ## Install ```bash -npm install hailocab/react-pure +npm install react-pure ``` React is also required as a peer dependency. diff --git a/package.json b/package.json index 620e364..07e14fd 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,9 @@ "url": "https://github.com/hailocab/react-pure/issues" }, "homepage": "https://github.com/hailocab/react-pure", + "peerDependencies": { + "react": "^0.12.2" + }, "devDependencies": { "6to5": "^2.13.5", "jest-cli": "^0.2.1",