Removed package-lock.json

This commit is contained in:
Ylian Saint-Hilaire 2019-06-06 14:16:38 -07:00
parent 684d266ad1
commit f171100c1f
4 changed files with 3 additions and 2349 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@
meshcentral.db meshcentral.db
meshcentral.db.json meshcentral.db.json
mesherrors.txt mesherrors.txt
package-lock.json
bob.json bob.json
## Ignore Visual Studio temporary files, build results, and ## Ignore Visual Studio temporary files, build results, and

2346
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "meshcentral", "name": "meshcentral",
"version": "0.3.6-b", "version": "0.3.6-c",
"keywords": [ "keywords": [
"Remote Management", "Remote Management",
"Intel AMT", "Intel AMT",
@ -41,7 +41,7 @@
"minimist": "^1.2.0", "minimist": "^1.2.0",
"multiparty": "^4.2.1", "multiparty": "^4.2.1",
"nedb": "^1.8.0", "nedb": "^1.8.0",
"node-forge": "^0.7.6", "node-forge": "^0.8.4",
"ws": "^6.2.1", "ws": "^6.2.1",
"xmldom": "^0.1.27", "xmldom": "^0.1.27",
"yauzl": "^2.10.0" "yauzl": "^2.10.0"

View File

@ -11607,7 +11607,6 @@ var QRCode;!function(){function a(a){this.mode=c.MODE_8BIT_BYTE,this.data=a,this
p13uploadNextFile(); p13uploadNextFile();
break; break;
default: default:
console.log('Unknown onFileUploadStateChange state', state);
break; break;
} }
} }