Skip to content

Commit

Permalink
v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
roylee0704 committed Mar 18, 2017
1 parent afc0db1 commit 99c268c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "react-flexbox-grid",
"description": "A set of React components implementing flexboxgrid with the power of CSS Modules",
"homepage": "https://github.com/roylee0704/react-flexbox-grid",
"version": "0.10.2",
"version": "1.0.0",
"main": "lib/index.js",
"author": {
"name": "Roy Lee",
"email": "[email protected]"
"email": "[email protected]",
"name": "Roy Lee"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -85,9 +85,9 @@
"test:watch": "cross-env NODE_ENV=test karma start --no-single-run"
},
"license": "MIT",
"types": "react-flexbox-grid.d.ts",
"peerDependencies": {
"@types/react": "*",
"react": "^0.14.3 || ^15.0.0"
}
},
"types": "react-flexbox-grid.d.ts"
}

0 comments on commit 99c268c

Please sign in to comment.