Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
chore(package): add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Feb 14, 2018
1 parent 8e45c7a commit 851d81d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions package.json
Expand Up @@ -3,25 +3,24 @@
"version": "0.0.1",
"description":
"A lightweight schema constructor for redux-form with a configurable UI-Kit.",
"main": "lib/index.js",
"module": "es/index.js",
"files": ["es", "lib"],
"repository": "https://github.com/kleros/create-redux-form",
"author": "Kleros",
"license": "MIT",
"private": false,
"keywords": [
"form",
"schema",
"decorator",
"react",
"reactjs",
"react-component",
"flux",
"redux",
"react-redux",
"redux-form"
],
"main": "lib/index.js",
"module": "es/index.js",
"files": ["es", "lib"],
"repository": "https://github.com/kleros/create-redux-form",
"author": "Kleros",
"license": "MIT",
"private": false,
"scripts": {
"prettify": "kleros-js-scripts prettify",
"lint": "kleros-js-scripts lint",
Expand Down

0 comments on commit 851d81d

Please sign in to comment.