Skip to content

Commit 99fc66e

Browse files
committed
Bump to version 1.0.0
1 parent 673d61c commit 99fc66e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paralleljs",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"description": "parallel.js enables easy multi-thread processing in javascript",
55
"author": "Adam Savitzky <adam.savitzky@gmail.com>",
66
"contributors": [
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"lint": "eslint lib",
1414
"test": "jasmine-node --verbose test/specs",
15-
"build": "echo 'This is not how we build, but we need the command to let CI pass'"
15+
"build": "echo 'No need to build - but we need the command to let CI pass'"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)