From 4013dad047920149e2e2c1c8e8e4df3ad4f5dd0c Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Wed, 21 Feb 2018 13:46:40 +0000 Subject: fix deps --- package-lock.json | 6 ++---- package.json | 27 ++++++++++++++------------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f6b1a2..a1f7fed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,10 +9,8 @@ "resolved": "https://registry.npmjs.org/highlight/-/highlight-0.2.4.tgz", "integrity": "sha1-isAodbA/WTXgZ1hSt2z+H9WODf8=" }, - "http": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/http/-/http-0.0.0.tgz", - "integrity": "sha1-huYybSnF0Dnen6xYSkVon5KfT3I=" + "language-perl6": { + "version": "git+https://github.com/perl6/atom-language-perl6.git#382720261a51e770899fdc66c8c1554992d2c09e" } } } diff --git a/package.json b/package.json index 38e19d0..6f8f7f9 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,16 @@ { - "name": "dakkar-highlight", - "version": "1.0.0", - "description": "", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "", - "license": "AGPL-3.0", - "dependencies": { - "highlight": "^0.2.4", - "http": "0.0.0" - } + "name": "dakkar-highlight", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "start": "node index.js", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "AGPL-3.0", + "dependencies": { + "highlight": "^0.2.4", + "language-perl6": "git+https://github.com/perl6/atom-language-perl6.git" + } } -- cgit v1.2.3