Skip to content

Commit 2825ad6

Browse files
committed
fixed tests
1 parent e726a0c commit 2825ad6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "java_process",
3-
"version": "0.1.0-7",
3+
"version": "0.1.0-8",
44
"description": "Node to Java Ipc using stdin, stdout and stderr, using a small and simple protocol allowing node to interact with java",
55
"main": "dist/java_process.js",
66
"typescript": {

spec/support/jasmine.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"spec_dir": "src",
2+
"spec_dir": "dist",
33
"spec_files": [
44
"**/*.[sS]pec.js"
55
],

0 commit comments

Comments
 (0)