Skip to content

Commit

Permalink
Merge pull request #13 from thodorisbais/add-keywords-section-in-pack…
Browse files Browse the repository at this point in the history
…age-json

Added keywords section in package.json
  • Loading branch information
jxom authored Mar 13, 2018
2 parents 4661970 + b0568e1 commit f67ebdb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
"url": "https://medipass.com.au"
},
"main": "lib/index.js",
"keywords": [
"credit",
"debit",
"card",
"input",
"cvc"
],
"scripts": {
"build": "rimraf lib && rollup -c rollup.config.js",
"prepublish": "npm run build",
Expand Down

0 comments on commit f67ebdb

Please sign in to comment.