Added sample credentials file
Added a sample file for the credentials file used by Gruntfile.jsmain
parent
2698f321af
commit
932e738d70
@ -0,0 +1,6 @@
|
||||
{
|
||||
"email": "<YOUR EMAIL HERE>",
|
||||
"token": "<YOUR AUTH TOKEN HERE>",
|
||||
"branch": "default",
|
||||
"ptr": false
|
||||
}
|
Loading…
Reference in New Issue