From e266ac7cc39b001be092ace47390ef14997e6d99 Mon Sep 17 00:00:00 2001 From: Almenon Date: Sun, 2 Sep 2018 10:54:10 -0700 Subject: [PATCH] 1.0.1 --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d4f9e4..2f6075d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "python-shell", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c98b4fe..1dee0a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "python-shell", - "version": "1.0.0", + "version": "1.0.1", "description": "Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio", "keywords": [ "python" @@ -8,7 +8,7 @@ "scripts": { "test": "tsc -p ./ && mocha -R spec", "appveyorTest": "tsc -p ./ && mocha --ui tdd --reporter mocha-appveyor-reporter test/*.js", - "compile":"tsc -watch -p ./" + "compile": "tsc -watch -p ./" }, "dependencies": {}, "devDependencies": {