Skip to content

Commit 2d988bd

Browse files
authored
Update package.json
1 parent a9aad11 commit 2d988bd

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Diff for: package.json

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
{
2-
"name": "recursive-uglifyjs",
3-
"version": "0.1.3",
2+
"name": "recursive-uglifyjs-sourcemap",
3+
"version": "0.1",
44
"keywords": [
55
"uglifyjs",
66
"recursive",
77
"minify"
88
],
9-
"description": "Recursively traverses a directory and uglifies all JavaScript files contained in the directory and its children.",
9+
"description": "Recursively traverses a directory and uglifies all JavaScript files contained in the directory and its children and builds source maps.",
1010
"author": "James Newell <[email protected]>",
11-
"bugs": {
12-
"url": "https://github.com/digitaledgeit/npm-recursive-uglifyjs/issues"
13-
},
1411
"repository": {
1512
"type": "git",
16-
"url": "https://github.com/digitaledgeit/npm-recursive-uglifyjs.git"
13+
"url": "https://github.com/bmarkov/npm-recursive-uglifyjs.git"
1714
},
1815
"dependencies": {
1916
"debug": "^2.1.0",

0 commit comments

Comments
 (0)