From 58d654fc10f2d2dcb6d9afc79e10311b12a57dc5 Mon Sep 17 00:00:00 2001 From: David Bruant Date: Sun, 10 Apr 2016 20:20:50 +0200 Subject: [PATCH] revert package.json to its init state --- project-alpha/package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/project-alpha/package.json b/project-alpha/package.json index aa07693..98f78fe 100644 --- a/project-alpha/package.json +++ b/project-alpha/package.json @@ -3,10 +3,7 @@ "version": "1.0.0", "description": "alpha", "main": "index.js", - "dependencies": { - "is-thirteen": "^2.0.0", - "worm": "https://github.com/DavidBruant/harmless-worm/tarball/master" - }, + "dependencies": {}, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"