You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+4-7
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,16 @@
1
1
{
2
-
"name": "recursive-uglifyjs",
3
-
"version": "0.1.3",
2
+
"name": "recursive-uglifyjs-sourcemap",
3
+
"version": "0.1",
4
4
"keywords": [
5
5
"uglifyjs",
6
6
"recursive",
7
7
"minify"
8
8
],
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.",
0 commit comments