Updates qode to latest 1.0.2

This commit is contained in:
Atul R 2019-08-16 19:49:40 +02:00
parent cc5ab04c39
commit b84f779ef8
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -1,13 +1,13 @@
{
"name": "@nodegui/nodegui",
"version": "0.1.2",
"version": "0.1.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@nodegui/qode": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-1.0.1.tgz",
"integrity": "sha512-HBJhTVqunLBy1BX3m/CefShLFWve0zSKM/UyuB+bw/r52gUzG9IXSC71fCMRRi/1qZjZcfvXqYWgTtSgjjlarA==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-1.0.2.tgz",
"integrity": "sha512-cy/nWiLNpwf6AGDObeGFbiKNHaPrts0fZdK4qo5G1T4kxgxPGO14MyARP56Hzi55k5988v+Gi0n8vj2EnMY7ug==",
"requires": {
"env-paths": "^2.2.0",
"extract-zip": "^1.6.7",

View File

@ -1,6 +1,6 @@
{
"name": "@nodegui/nodegui",
"version": "0.1.2",
"version": "0.1.3",
"description": "A cross platform library to build native desktop apps.",
"main": "dist/src/lib/index.js",
"files": [
@ -26,7 +26,7 @@
"docs": "serve docs"
},
"dependencies": {
"@nodegui/qode": "^1.0.1",
"@nodegui/qode": "^1.0.2",
"bindings": "^1.5.0",
"cuid": "^2.1.6",
"node-addon-api": "^1.6.3",