bumps qode and version

This commit is contained in:
Atul R 2019-08-22 00:01:17 +02:00
parent 95818b078e
commit 7d07068f3e
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.3",
"version": "0.1.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@nodegui/qode": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-1.0.2.tgz",
"integrity": "sha512-cy/nWiLNpwf6AGDObeGFbiKNHaPrts0fZdK4qo5G1T4kxgxPGO14MyARP56Hzi55k5988v+Gi0n8vj2EnMY7ug==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-1.0.3.tgz",
"integrity": "sha512-CQrtA/48sKKb1EJXyjkkjEEtBet98aG3UeACEKnMlYLsfIrHRXg73CU/raIsybkNeeBDqgbw4AqziaroE33IZw==",
"requires": {
"env-paths": "^2.2.0",
"extract-zip": "^1.6.7",

View File

@ -1,6 +1,6 @@
{
"name": "@nodegui/nodegui",
"version": "0.1.3",
"version": "0.1.4",
"description": "A cross platform library to build native desktop apps.",
"main": "dist/index.js",
"files": [
@ -25,7 +25,7 @@
"docs": "serve docs"
},
"dependencies": {
"@nodegui/qode": "^1.0.2",
"@nodegui/qode": "^1.0.3",
"cuid": "^2.1.6",
"node-addon-api": "^1.6.3",
"node-gyp": "^4.0.0",