We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc0db1 commit 99c268cCopy full SHA for 99c268c
1 file changed
package.json
@@ -2,11 +2,11 @@
2
"name": "react-flexbox-grid",
3
"description": "A set of React components implementing flexboxgrid with the power of CSS Modules",
4
"homepage": "https://github.com/roylee0704/react-flexbox-grid",
5
- "version": "0.10.2",
+ "version": "1.0.0",
6
"main": "lib/index.js",
7
"author": {
8
- "name": "Roy Lee",
9
- "email": "roylee0704@gmail.com"
+ "email": "roylee0704@gmail.com",
+ "name": "Roy Lee"
10
},
11
"repository": {
12
"type": "git",
@@ -85,9 +85,9 @@
85
"test:watch": "cross-env NODE_ENV=test karma start --no-single-run"
86
87
"license": "MIT",
88
- "types": "react-flexbox-grid.d.ts",
89
"peerDependencies": {
90
"@types/react": "*",
91
"react": "^0.14.3 || ^15.0.0"
92
- }
+ },
+ "types": "react-flexbox-grid.d.ts"
93
}
0 commit comments