Skip to content

Commit cdd7192

Browse files
author
Greg Bell
committed
add scripts. rename main file.
1 parent 666ff25 commit cdd7192

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parallel-uglifyjs",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"dependencies": {
55
"finder-on-steroids": "^0.3.1",
66
"uglify-js": "~2.4.15"
@@ -12,6 +12,11 @@
1212
"multicore",
1313
"parallel",
1414
"fork",
15-
"uglifyjs"
16-
]
15+
"uglifyjs",
16+
"uglify-js"
17+
],
18+
"scripts": {
19+
"test": "./parallel-uglifyjs small_test",
20+
"big_test": "./parallel-uglifyjs big_test"
21+
}
1722
}
File renamed without changes.

0 commit comments

Comments
 (0)