From d8d1773cd4f4a0f219ffc224fcc3863b6d025d05 Mon Sep 17 00:00:00 2001 From: Benjamin Horsleben Date: Thu, 7 Aug 2014 20:19:26 +0200 Subject: [PATCH] Removed install-script from package.json. --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index e907b27..f5dea85 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ , "main": "src/ajax.js" , "scripts": { "test": "mocha" - , "install": "node install.js" } , "repository": { "type": "git" @@ -24,9 +23,6 @@ , "keywords": [ "browser" , "ajax" - , "ender" - , "amd" - , "requirejs" , "xmlhttprequest" ] , "author": "Benjamin Horsleben"