Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Almenon committed Sep 2, 2018
1 parent e9f29bd commit e266ac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"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"
],
"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": {
Expand Down

0 comments on commit e266ac7

Please sign in to comment.