Skip to content

Commit 923c710

Browse files
committed
Update package.json
1 parent 414ddb2 commit 923c710

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
2-
"name": "thread.js",
3-
"version": "0.0.1",
4-
"author": "Sebastian Mayr <sebmaster16@gmail.com>",
2+
"name": "parallel.js",
3+
"version": "0.2.0",
4+
"author": "Adam Savitzky <adam.savitzky@gmail.com>",
5+
"contributors": [
6+
"Sebastian Mayr <sebmaster16@gmail.com> (http://s3bmaster.blogspot.co.at/)"
7+
],
58
"description": "thread.js enables easy multi-thread processing in javascript",
69
"main": "lib/parallel.js",
710
"repository": {
811
"type": "git",
9-
"url": "https://github.com/Sebmaster/thread.js.git"
12+
"url": "https://github.com/adambom/parallel.js.git"
1013
},
1114
"directories": {
1215
"lib": "lib",

0 commit comments

Comments
 (0)