Skip to content

Commit 99c268c

Browse files
committed
v1.0.0 release
1 parent afc0db1 commit 99c268c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "react-flexbox-grid",
33
"description": "A set of React components implementing flexboxgrid with the power of CSS Modules",
44
"homepage": "https://github.com/roylee0704/react-flexbox-grid",
5-
"version": "0.10.2",
5+
"version": "1.0.0",
66
"main": "lib/index.js",
77
"author": {
8-
"name": "Roy Lee",
9-
"email": "[email protected]"
8+
"email": "[email protected]",
9+
"name": "Roy Lee"
1010
},
1111
"repository": {
1212
"type": "git",
@@ -85,9 +85,9 @@
8585
"test:watch": "cross-env NODE_ENV=test karma start --no-single-run"
8686
},
8787
"license": "MIT",
88-
"types": "react-flexbox-grid.d.ts",
8988
"peerDependencies": {
9089
"@types/react": "*",
9190
"react": "^0.14.3 || ^15.0.0"
92-
}
91+
},
92+
"types": "react-flexbox-grid.d.ts"
9393
}

0 commit comments

Comments
 (0)