We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be5286d + aca609f commit e88ef64Copy full SHA for e88ef64
.gitignore
@@ -1,7 +1,10 @@
1
node_modules
2
package-lock.json
3
.env
4
+.example.env
5
tests
6
runner
7
mochawesome-report
-notes.txt
8
+notes.txt
9
+*json
10
+!package.josn
package.json
@@ -1,6 +1,6 @@
{
"name": "dot-generator-mocha",
- "version": "1.2.5",
+ "version": "1.2.6",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
],
21
"repository": {
22
"type": "git",
23
- "url": "https://github.com/hadiindrawan/automation-test-generator"
+ "url": "https://github.com/hadiindrawan/automation-api-generator.git"
24
},
25
"author": "Hadi Indrawan",
26
"license": "ISC",
0 commit comments