This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(meta): udpate package.json + add .gitignore
- Loading branch information
Alexandre Stanislawski
committed
Jul 19, 2017
1 parent
f47563d
commit d721f15
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} | ||
} |