Skip to content

Commit

Permalink
add keywords to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Houlihan committed Jun 26, 2019
1 parent 9710ccf commit 292c115
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
transform: {
"^.+\\.jsx?$": "babel-jest"
}
};
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
"repository": "https://github.com/seanhouli/react-mapbox-search",
"author": "Sean Houilhan",
"license": "MIT",
"keywords": [
"react",
"mapbox",
"location picker",
"location",
"suggestions"
],
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
Expand Down

0 comments on commit 292c115

Please sign in to comment.