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 5e83941 commit e983eb7Copy full SHA for e983eb7
appveyor.yml
@@ -0,0 +1,14 @@
1
+environment:
2
+ matrix:
3
+ - nodejs_version: "7.8"
4
+platform:
5
+ - x86
6
+ - x64
7
+matrix:
8
+ fast_finish: true
9
+install:
10
+ - ps: Install-Product node $env:nodejs_version $env:platform
11
+ - npm install
12
+test_script:
13
+ - npm run test
14
+build: off
package.json
@@ -1,7 +1,7 @@
{
"name": "jsonrpc-bidirectional",
"description": "Bidirectional JSONRPC over web sockets or HTTP with extensive plugin support.",
- "version": "2.4.0",
+ "version": "2.4.1",
"scripts": {
"build": "node build.js",
"test": "node tests/main.js",
0 commit comments