hopefully prevent uninetntional credential commits during testing (^:
This commit is contained in:
parent
ba647cddbd
commit
79c4f8d507
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
config.js
|
15
package.json
Normal file
15
package.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "getmocks",
|
||||
"version": "0.0.1",
|
||||
"description": "This allows you to pull API mocks for TFE/TFC ",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://lavaforge.org/year-of-the-worm/grab-api-sentinel-mocks"
|
||||
},
|
||||
"author": "",
|
||||
"license": "GPL3"
|
||||
}
|
Loading…
Reference in a new issue