Skip to content

Commit

Permalink
Added example project
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkPurple141 committed Dec 18, 2017
1 parent f0c11c7 commit bdae5fc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "example"]
path = example
url = https://github.com/DarkPurple141/simple-github-api-example
1 change: 1 addition & 0 deletions example
Submodule example added at 3dff61
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
"atob": "^2.0.3",
"axios": "^0.17.1"
},
"nyc": {
"exclude": [
"coverage/**",
"test/**"
"**/node_modules/**",
"example/**"
]
},
"devDependencies": {
"coveralls": "^3.0.0",
"mocha": "^4.0.1",
Expand Down

0 comments on commit bdae5fc

Please sign in to comment.