Skip to content

Commit

Permalink
docs: add a basic sample (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored May 1, 2019
1 parent e0728b9 commit 2dad869
Show file tree
Hide file tree
Showing 6 changed files with 1,163 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"browser-test": "node build/browser-test/browser-test-runner.js",
"docs": "compodoc src/",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs"
"predocs-test": "npm run docs",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../"
},
"repository": "JustinBeckwith/gaxios",
"keywords": [
Expand Down
Loading

0 comments on commit 2dad869

Please sign in to comment.