Skip to content

Commit 289c7a5

Browse files
committed
1.0.0 release
1 parent e251af2 commit 289c7a5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
"name": "react-css-themr",
33
"description": "React CSS Themr",
44
"homepage": "https://github.com/javivelasco/react-css-themr#readme",
5-
"version": "0.0.0",
5+
"version": "1.0.0",
66
"main": "./lib",
77
"author": {
88
"name": "Javi Velasco",
99
"email": "javier.velasco86@gmail.com",
1010
"url": "http://javivelasco.com/"
1111
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/javivelasco/react-css-themr.git"
15+
},
1216
"bugs": {
1317
"url": "https://github.com/javivelasco/react-css-themr/issues"
1418
},
1519
"keywords": [
20+
"css-modules",
21+
"customization",
1622
"react",
1723
"react-themr",
18-
"css-modules",
19-
"theming",
20-
"customization"
24+
"theming"
2125
],
22-
"repository": {
23-
"type": "git",
24-
"url": "git+https://github.com/javivelasco/react-css-themr.git"
25-
},
2626
"devDependencies": {
2727
"babel-cli": "^6.7.7",
2828
"babel-core": "^6.7.7",

0 commit comments

Comments
 (0)