Skip to content

Commit

Permalink
Update license and nom package
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Le Cam committed Jan 21, 2015
1 parent c77f02c commit ac414f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ac414f6

Please sign in to comment.