Skip to content

Commit a6f0af5

Browse files
committed
Bump java-slang to 1.0.10
1 parent 95e84eb commit a6f0af5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@ jobs:
3232
uses: actions/setup-node@v4
3333
with:
3434
node-version: 20
35+
registry-url: https://registry.npmjs.org/
3536

3637
- name: Install dependencies
3738
run: yarn install --frozen-lockfile
3839

3940
- name: Build
4041
run: yarn build
41-
42+
4243
- name: Publish to npm
4344
run: npm publish
4445
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "java-slang",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"files": ["dist"],

0 commit comments

Comments
 (0)