From b02a47e6d149d7161370fe780fa730971f85b956 Mon Sep 17 00:00:00 2001 From: Sebastian Castro <sebastian.castro@protonmail.com> Date: Thu, 3 Oct 2019 09:25:32 +0200 Subject: [PATCH] Fixs compilation error --- package-lock.json | 7 +++---- package.json | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7adf41cf7..654466ce4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4410,10 +4410,9 @@ } }, "natives": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.5.tgz", - "integrity": "sha512-1pJ+02gl2KJgCPFtpZGtuD4lGSJnIZvvFHCQTOeDRMSXjfu2GmYWuhI8NFMA4W2I5NNFRbfy/YCiVt4CgNpP8A==", - "dev": true + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz", + "integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==" }, "node-emoji": { "version": "1.8.1", diff --git a/package.json b/package.json index a1f072767..d2d153851 100755 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "watchify": "^3.8.0" }, "dependencies": { - "gogocarto-js": "^1.6.0" + "gogocarto-js": "^1.6.0", + "natives": "^1.1.6" } } -- GitLab