Skip to content

Commit d09040e

Browse files
committed
chore: add lockfile
1 parent f69da26 commit d09040e

File tree

3 files changed

+26366
-2
lines changed

3 files changed

+26366
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.idea
22
.DS_Store
3-
package-lock.json
43

54
logs
65
*.log

build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43720,7 +43720,7 @@ module.exports = {
4372043720
hasSystemProxy: false,
4372143721
}),
4372243722
getLocalIPAddress: _.mockAsync('getLocalIPAddress', {
43723-
localip: '192.168.0.1',
43723+
localip: '123.123.0.1',
4372443724
netmask: '255.255.255.0',
4372543725
}),
4372643726

0 commit comments

Comments
 (0)