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

Commit

Permalink
chore(meta): udpate package.json + add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Stanislawski committed Jul 19, 2017
1 parent f47563d commit d721f15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
"version": "1.0.0",
"description": "Build Algolia InstantSearch app at the speed of thoughts ⚡️",
"main": "index.js",
"author": "Alexandre Stanislawski <[email protected]>",
"author": "Algolia inc.",
"license": "MIT",
"bin": {
"create-instantsearch-app": "bin/create-instantsearch-app.js"
},
"dependencies": {
"shelljs": "^0.7.8"
},
"repository": {
"type": "git",
"url": "https://github.com/algolia/create-instantsearch-app"
}
}

0 comments on commit d721f15

Please sign in to comment.