We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d96ad commit 0e1a72aCopy full SHA for 0e1a72a
.github/workflows/build.yml
@@ -24,6 +24,7 @@ jobs:
24
uses: thebongy/version-check@v1
25
with:
26
file: package.json
27
+ failBuild: false
28
id: version_check
29
30
- name: Install dependencies
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "juno-node",
3
- "version": "0.0.3",
+ "version": "0.1.0",
4
"description": "",
5
"keywords": [],
6
"main": "dist/juno-node.cjs.js",
@@ -12,7 +12,7 @@
12
"author": "thebongy <[email protected]>",
13
"repository": {
14
"type": "git",
15
- "url": ""
+ "url": "https://github.com/bytesonus/juno-node"
16
},
17
"license": "MIT",
18
"engines": {
0 commit comments