Skip to content

Commit 0e1a72a

Browse files
authored
0.1.0 beta test release (#11)
1 parent 54d96ad commit 0e1a72a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: thebongy/version-check@v1
2525
with:
2626
file: package.json
27+
failBuild: false
2728
id: version_check
2829

2930
- name: Install dependencies

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juno-node",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"description": "",
55
"keywords": [],
66
"main": "dist/juno-node.cjs.js",
@@ -12,7 +12,7 @@
1212
"author": "thebongy <[email protected]>",
1313
"repository": {
1414
"type": "git",
15-
"url": ""
15+
"url": "https://github.com/bytesonus/juno-node"
1616
},
1717
"license": "MIT",
1818
"engines": {

0 commit comments

Comments
 (0)