diff options
author | Joe Hand <joe@joeahand.com> | 2017-08-08 13:58:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-08 13:58:35 -0700 |
commit | 15499fe6c878c8f912fa31b5d85ce7045c6c636d (patch) | |
tree | 8403b7c2f99f921053eeb91f34f9293883b2c792 | |
parent | 5be5993e4bdb22ff18f44e2a519177c70cc87a94 (diff) | |
download | dat-docs-15499fe6c878c8f912fa31b5d85ce7045c6c636d.tar.gz dat-docs-15499fe6c878c8f912fa31b5d85ce7045c6c636d.zip |
Fix readme.md file case
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 951bf8b..2edc7cb 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "update:token": "npm run update:list && cat repos.txt | ecosystem-docs sync -t ${GH_TOKEN} && cat repos.txt | ecosystem-docs read -t ${GH_TOKEN} | node scripts/build.js", "update": "npm run update:list && npm run update:build", - "update:list": "curl -Ssl https://raw.githubusercontent.com/datproject/docs/master/readme.md | grep '📔' | egrep -o 'github.com/[a-zA-Z0-9_-]+/[a-zA-Z0-9_-]+' | cut -f 2- -d / | uniq > repos.txt", + "update:list": "curl -Ssl https://raw.githubusercontent.com/datproject/docs/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", "build:local": "npm run build:css && minidocs docs -c docs/contents.json -o dist -l ./node_modules/dat-design/public/img/dat-hexagon.svg -t 'Dat Documentation' -s assets/styles.css --assets assets --pushstate", "build:deploy": "npm run build:css && minidocs docs -c docs/contents.json -o dist -l ./node_modules/dat-design/public/img/dat-hexagon.svg -t 'Dat Documentation' -s assets/styles.css --assets assets --full-html", |