Skip to content

Commit 9ac80a7

Browse files
committed
1.0.3
1 parent 30c8323 commit 9ac80a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "python-shell",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio",
55
"keywords": [
66
"python"
@@ -19,7 +19,7 @@
1919
"should": "^13.2.1",
2020
"typescript": "^3.0.1"
2121
},
22-
"files":[
22+
"files": [
2323
"*.d.ts",
2424
"*.js",
2525
"*.js.map",

0 commit comments

Comments
 (0)