Skip to content

Commit

Permalink
Rearranged dependencies and updated keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
tbleckert committed Jun 9, 2015
1 parent 1129e2d commit 81b3f2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ React popup component

For now this component is only available as a CommonJS module. Install it with npm (`npm install react-popup`). The module exports a react component with static methods. Here's a simple example:

var Popup = require('./react-popup');
var Popup = require('react-popup');

React.render(
<Popup />,
Expand Down
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-popup",
"version": "0.1.0",
"version": "0.1.1",
"description": "React popup component from Minutemailer",
"main": "index.js",
"scripts": {
Expand All @@ -13,21 +13,25 @@
"url": "https://github.com/minutemailer/react-popup.git"
},
"keywords": [
"React",
"react",
"popup",
"js",
"minutemailer"
"javascript",
"minutemailer",
"react-component"
],
"author": "Tobias Bleckert (Minutemailer)",
"license": "MIT",
"bugs": {
"url": "https://github.com/minutemailer/react-popup/issues"
},
"homepage": "https://github.com/minutemailer/react-popup",
"dependencies": {
"object-assign": "^1.0.0",
"react": "^0.12.0"
}
"devDependencies": {
"browserify": "^6.2.0",
"object-assign": "^1.0.0",
"react": "^0.12.0",
"reactify": "^0.15.2",
"uglify-js": "^2.4.15",
"watchify": "^2.1.1"
Expand Down

0 comments on commit 81b3f2a

Please sign in to comment.