We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673d61c commit 99fc66eCopy full SHA for 99fc66e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "paralleljs",
3
- "version": "0.2.1",
+ "version": "1.0.0",
4
"description": "parallel.js enables easy multi-thread processing in javascript",
5
"author": "Adam Savitzky <adam.savitzky@gmail.com>",
6
"contributors": [
@@ -12,7 +12,7 @@
12
"scripts": {
13
"lint": "eslint lib",
14
"test": "jasmine-node --verbose test/specs",
15
- "build": "echo 'This is not how we build, but we need the command to let CI pass'"
+ "build": "echo 'No need to build - but we need the command to let CI pass'"
16
},
17
"repository": {
18
"type": "git",
0 commit comments