From f5c4d70839c842e1cfab97b137aa2af60b0b809a Mon Sep 17 00:00:00 2001 From: "Mark S. Everitt" Date: Sat, 15 Nov 2014 16:28:04 +0000 Subject: [PATCH] Reduces the files in the tarball that goes to npm. Removes testling config. --- package.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/package.json b/package.json index d64a8eb..829892c 100644 --- a/package.json +++ b/package.json @@ -21,19 +21,7 @@ "url": "https://github.com/qubyte/navbar/issues" }, "homepage": "https://github.com/qubyte/navbar", - "testling": { - "harness": "mocha-bdd", - "files": "test.js", - "browsers": [ - "ie/7..10", - "firefox/3.5", - "firefox/latest", - "chrome/latest", - "safari/5..latest", - "opera/11", - "opera/next" - ] - }, + "files": ["navbar.js"], "devDependencies": { "eslint": "0.8.2", "mocha-phantomjs": "3.5.1",