We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e385c08 commit 9ee5a1eCopy full SHA for 9ee5a1e
example/package.json
@@ -6,7 +6,7 @@
6
"start": "list"
7
},
8
"dependencies": {
9
- "css-constructor": "0.0.2",
+ "css-constructor": "0.0.3",
10
"react": "15.4.1",
11
"react-dom": "15.4.1"
12
package.json
@@ -3,6 +3,8 @@
3
"version": "0.0.3",
4
"description": "CSS constructor for your components",
5
"main": "css-constructor.js",
+ "homepage": "https://github.com/siddharthkp/css-constructor",
+ "repository": "siddharthkp/css-constructor",
"scripts": {
"build": "babel api.js -o css-constructor.js",
"copy": "cp css-constructor.js example/",
0 commit comments