Skip to content

Commit ea14764

Browse files
committed
bump version and move chai to devdepend
1 parent 5218909 commit ea14764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pyjs",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Call Python code from Node.js side, in the same process",
55
"main": "index.js",
66
"scripts": {
@@ -18,10 +18,10 @@
1818
"homepage": "https://github.com/swordfeng/pyjs#readme",
1919
"dependencies": {
2020
"bindings": "^1.2.1",
21-
"chai": "^4.0.1",
2221
"nan": "^2.6.2"
2322
},
2423
"devDependencies": {
24+
"chai": "^4.0.1",
2525
"mocha": "^3.4.2"
2626
}
2727
}

0 commit comments

Comments
 (0)