Skip to content

Commit

Permalink
build(npm): Correct spelling of keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
John Persson committed Oct 21, 2017
1 parent 853e777 commit c262246
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,19 @@
"test:watch": "jest --watch"
},
"repository": "https://github.com/wearehumblebee/styled-components-breakpoint",
"keywords": ["react", "styled-components", "utils", "glamour", "styles", "css", "inline-stykes", "breakpoint", "breakpints", "media-query", "media-queries"],
"keywords": [
"react",
"styled-components",
"utils",
"glamour",
"styles",
"css",
"inline-styles",
"breakpoint",
"breakpoints",
"media-query",
"media-queries"
],
"author": "John Persson",
"license": "MIT",
"bugs": {
Expand Down Expand Up @@ -76,5 +88,7 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {}
"dependencies": {
"@humblebee/styled-components-breakpoint": "^1.2.1"
}
}

0 comments on commit c262246

Please sign in to comment.