Skip to content

Commit

Permalink
feat(suggestions): integrate npm-suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
JureSotosek committed Sep 16, 2018
1 parent 4726f4e commit e91df83
Show file tree
Hide file tree
Showing 9 changed files with 656 additions and 2,631 deletions.
13 changes: 10 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
node_modules
dist
# dependencies
/node_modules

# production
/dist

# misc
.DS_Store
*.log*

npm-debug.log*
yarn-debug.log*
yarn-error.log*
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,14 @@
"dependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.40",
"algoliasearch": "^3.24.12",
"apollo-cache-inmemory": "^1.2.10",
"apollo-client": "^2.4.2",
"apollo-link-http": "^1.5.5",
"child_process": "^1.0.2",
"dot-prop": "^4.2.0",
"execa": "^0.9.0",
"graphql": "^14.0.2",
"graphql-tag": "^2.9.2",
"has-ansi": "^3.0.0",
"ink": "^0.4.1",
"ink-select-input": "^1.0.0",
Expand Down
13 changes: 0 additions & 13 deletions src/algolia.js

This file was deleted.

0 comments on commit e91df83

Please sign in to comment.