Skip to content

Commit 9ee5a1e

Browse files
committed
Add repo to package.json
1 parent e385c08 commit 9ee5a1e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "list"
77
},
88
"dependencies": {
9-
"css-constructor": "0.0.2",
9+
"css-constructor": "0.0.3",
1010
"react": "15.4.1",
1111
"react-dom": "15.4.1"
1212
},

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "0.0.3",
44
"description": "CSS constructor for your components",
55
"main": "css-constructor.js",
6+
"homepage": "https://github.com/siddharthkp/css-constructor",
7+
"repository": "siddharthkp/css-constructor",
68
"scripts": {
79
"build": "babel api.js -o css-constructor.js",
810
"copy": "cp css-constructor.js example/",

0 commit comments

Comments
 (0)