Skip to content

Commit 79994b6

Browse files
committed
v0.1.1
1 parent 54065be commit 79994b6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rsonjs",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "dist/index.js",
55
"repository": "https://github.com/xpodev/rsonjs",
66
"author": "Xpo Development",
@@ -13,5 +13,6 @@
1313
"ts-node": "^10.9.2",
1414
"tsconfig-paths": "^4.2.0",
1515
"typescript": "^5.7.2"
16-
}
17-
}
16+
},
17+
"packageManager": "[email protected]"
18+
}

0 commit comments

Comments
 (0)