Skip to content

Commit 7debaf9

Browse files
author
jjuzna
committed
Npm publish & version change
1 parent 20b41f2 commit 7debaf9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
registry=http://ship.nil.si:4873/
2+
@conscia.com:registry=http://ship.nil.si:4873/
3+
save-exact=true
4+
//ship.nil.si:4873/:_authToken=FQOnWvIoK1U2S5Tk7qb9/e4asJNT/O1IzBaofKcToo4=

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"jvm",
88
"bridge"
99
],
10-
"version": "0.12.2",
10+
"version": "0.12.2-nil",
1111
"engines": {
1212
"node": ">=7.0.0"
1313
},

testJava.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const java = require("./lib/nodeJavaBridge");
1+
const java = require("./");
22

33
const out = java.getStaticFieldValue("java.lang.System", "out");
44
java.callMethodSync(out, "println", "Hello from JAVA!");

0 commit comments

Comments
 (0)