Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarkov authored Mar 15, 2017
1 parent a9aad11 commit 2d988bd
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"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",
Expand Down

0 comments on commit 2d988bd

Please sign in to comment.