Skip to content

Commit

Permalink
add keywords to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamieh committed May 15, 2017
1 parent fbfa465 commit a5b0146
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{
"name": "react-inline-styler",
"version": "1.3.5",
"version": "1.3.6",
"description": "react inline styles injector",
"main": "./distribution/index.js",
"license": "MIT",
"keywords": [
"react",
"styles",
"inlin-styles",
"javascript-css",
"inline-css",
"inline-styler"
],
"engines": {
"node": ">=6.5",
"npm": ">=3.10"
Expand Down

0 comments on commit a5b0146

Please sign in to comment.