Skip to content

Commit e266ac7

Browse files
committed
1.0.1
1 parent e9f29bd commit e266ac7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "python-shell",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio",
55
"keywords": [
66
"python"
77
],
88
"scripts": {
99
"test": "tsc -p ./ && mocha -R spec",
1010
"appveyorTest": "tsc -p ./ && mocha --ui tdd --reporter mocha-appveyor-reporter test/*.js",
11-
"compile":"tsc -watch -p ./"
11+
"compile": "tsc -watch -p ./"
1212
},
1313
"dependencies": {},
1414
"devDependencies": {

0 commit comments

Comments
 (0)