Skip to content

Commit

Permalink
bumped version, added contrib section and added contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
alexziskind1 committed Aug 22, 2016
1 parent ed85a68 commit 801d05f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,15 @@ var facebookInitOptions : TnsOAuthOptionsFacebook = {
tnsOAuthModule.initFacebook(facebookInitOptions);
```

to be continued...
to be continued...

## Contributing

1. Fork the nativescript-oauth repository on GitHub
2. Clone your fork
3. Change directory to ```nativescript-oauth```
4. Run ```npm install``` to install all npm packages for the plugin
5. Change directory to ```demo```
6. Run ```npm install``` to install all npm packages for the demo project
7. Replace the ClientId in the app.ts file of the demo with your own ClientId
8. Run the demo project
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-oauth",
"version": "0.9.0",
"version": "0.9.1",
"description": "OAuth 2 login for NativeScript.",
"main": "index.js",
"nativescript": {
Expand Down Expand Up @@ -32,8 +32,16 @@
],
"author": {
"name": "Alexander Ziskind",
"email": "[email protected]"
"email": "[email protected]",
"url" : "http://www.nuvious.com/blog"
},
"contributors": [
{
"name": "Kevin Primm",
"email": "[email protected]",
"url" : "http://primm.me/"
}
],
"bugs": {
"url": "https://github.com/alexziskind1/nativescript-oauth/issues"
},
Expand Down

0 comments on commit 801d05f

Please sign in to comment.