aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Hand <joe@joeahand.com>2016-12-17 13:29:17 -0800
committerJoe Hand <joe@joeahand.com>2016-12-17 13:29:17 -0800
commit442498a703819b87940b66cf019098b65b6d86e2 (patch)
treebaf624595413a4860fc5045d14740b3db4d38720
parent0ab374236a130f1ed834fd24c7cb2b9a94e0103d (diff)
downloaddat-docs-442498a703819b87940b66cf019098b65b6d86e2.tar.gz
dat-docs-442498a703819b87940b66cf019098b65b6d86e2.zip
add token
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b73a5b7..05dd61e 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"scripts": {
"travis:update": "npm run travis:list && npm run travis:sync",
"travis:list": "npm run update:list && cat repos.txt | node scripts/sync.js",
- "travis:sync": "cat repos.txt | ecosystem-docs read -d ./.data | node scripts/build.js",
+ "travis:sync": "cat repos.txt | ecosystem-docs read -d ./.data -t ${GH_TOKEN} | node scripts/build.js",
"update": "npm run update:list && npm run update:build",
"update:list": "curl -Ssl https://raw.githubusercontent.com/clkao/awesome-dat/master/readme.md | grep '📔' | egrep -o 'github.com/[a-zA-Z0-9_-]+/[a-zA-Z0-9_-]+' | cut -f 2- -d / | uniq > repos.txt",
"update:build": "cat repos.txt | ecosystem-docs sync && cat repos.txt | ecosystem-docs read | node scripts/build.js",