Skip to content

Commit

Permalink
add scripts. rename main file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Bell committed Oct 23, 2015
1 parent 666ff25 commit cdd7192
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parallel-uglifyjs",
"version": "1.0.5",
"version": "1.0.6",
"dependencies": {
"finder-on-steroids": "^0.3.1",
"uglify-js": "~2.4.15"
Expand All @@ -12,6 +12,11 @@
"multicore",
"parallel",
"fork",
"uglifyjs"
]
"uglifyjs",
"uglify-js"
],
"scripts": {
"test": "./parallel-uglifyjs small_test",
"big_test": "./parallel-uglifyjs big_test"
}
}
File renamed without changes.

0 comments on commit cdd7192

Please sign in to comment.