Skip to content

Commit e88ef64

Browse files
authored
Merge pull request #2 from hadiindrawan/dev
Some changes
2 parents be5286d + aca609f commit e88ef64

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
node_modules
22
package-lock.json
33
.env
4+
.example.env
45
tests
56
runner
67
mochawesome-report
7-
notes.txt
8+
notes.txt
9+
*json
10+
!package.josn

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dot-generator-mocha",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"main": "index.js",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
2020
],
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/hadiindrawan/automation-test-generator"
23+
"url": "https://github.com/hadiindrawan/automation-api-generator.git"
2424
},
2525
"author": "Hadi Indrawan",
2626
"license": "ISC",

0 commit comments

Comments
 (0)