Skip to content

Commit

Permalink
add readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
freemountain authored and freemountain committed Feb 6, 2017
1 parent 7ce732c commit c5b4d60
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/quark-downloader/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# quark-downloader

Download [Quark](https://github.com/freemountain/quark) prebuilt binaries without having to compile anything.

Used by [quark-downloader](https://www.npmjs.com/package/quark-prebuilt).
4 changes: 4 additions & 0 deletions src/quark-downloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"scripts": {
"test": "eslint *.js --fix"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/freemountain/quark.git"
},
"author": "",
"license": "ISC",
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions src/quark-prebuilt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"test": "eslint *.js --fix",
"postinstall": "quark-downloader -o ./lib -v v0.0.1"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/freemountain/quark.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
Expand Down

0 comments on commit c5b4d60

Please sign in to comment.