Skip to content

Commit

Permalink
fix(docs): rename index.md to readme.md (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurpreetatwal authored Jul 9, 2018
1 parent 8e0963f commit c03b44c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"cover:integration": "nyc npm test:integration -s",
"release": "semantic-release",
"jsdoc": "jsdoc -c .jsdoc.json .",
"docs": "mkdir -p doc && jsdoc2md --example-lang js --template readme.hbs --files .docs.js index.js lib/* | sed 's/[ \t]*$//' > doc/index.md"
"docs": "mkdir -p doc && jsdoc2md --example-lang js --template doc/.template.hbs --files .docs.js index.js lib/* | sed 's/[ \t]*$//' > doc/readme.md"
},
"dependencies": {
"bluebird": "^3.5.1",
Expand Down

0 comments on commit c03b44c

Please sign in to comment.