From 2d988bd90a2fe12d0200def57143218e4ff46de0 Mon Sep 17 00:00:00 2001 From: bmarkov Date: Thu, 16 Mar 2017 00:19:27 +0200 Subject: [PATCH] Update package.json --- package.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e8e2246..24987c1 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,16 @@ { - "name": "recursive-uglifyjs", - "version": "0.1.3", + "name": "recursive-uglifyjs-sourcemap", + "version": "0.1", "keywords": [ "uglifyjs", "recursive", "minify" ], - "description": "Recursively traverses a directory and uglifies all JavaScript files contained in the directory and its children.", + "description": "Recursively traverses a directory and uglifies all JavaScript files contained in the directory and its children and builds source maps.", "author": "James Newell ", - "bugs": { - "url": "https://github.com/digitaledgeit/npm-recursive-uglifyjs/issues" - }, "repository": { "type": "git", - "url": "https://github.com/digitaledgeit/npm-recursive-uglifyjs.git" + "url": "https://github.com/bmarkov/npm-recursive-uglifyjs.git" }, "dependencies": { "debug": "^2.1.0",