Skip to content

Commit f182f1c

Browse files
committed
Fix: version
- Publish package via github.
1 parent 88b4ef4 commit f182f1c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-tulip",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Sharable ESLint configuration.",
55
"main": "index.js",
66
"scripts": {
@@ -36,5 +36,8 @@
3636
},
3737
"engines": {
3838
"node": ">=12.18.3"
39+
},
40+
"publishConfig": {
41+
"registry": "https://npm.pkg.github.com/"
3942
}
4043
}

0 commit comments

Comments
 (0)