Skip to content
This repository was archived by the owner on May 2, 2019. It is now read-only.

Commit df50560

Browse files
authored
Merge pull request #9 from glennsl/patch-1
add/improve/fix package.json metadata
2 parents 0e4c7b3 + df1cbba commit df50560

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
"version": "1.0.0",
44
"description": "Boilerplate for BuckleScript NPM package",
55
"main": "lib/js/re/REStyled.js",
6-
"repository": "git@github.com:Astrocoders/bs-restyled.git",
6+
"repository": "git@github.com:Astrocoders/restyled.git",
7+
"homepage": "https://github.com/Astrocoders/restyled#readme",
8+
"bugs": "https://github.com/Astrocoders/restyled/issues",
9+
"keywords": [
10+
"reason",
11+
"bucklescript",
12+
"react",
13+
"css",
14+
"css-in-js"
15+
],
716
"author": "Gabriel R. Abreu <grsabreu@gmail.com>",
817
"license": "MIT",
918
"dependencies": {

0 commit comments

Comments
 (0)