Skip to content

Commit 4b9323a

Browse files
committed
release
1 parent e85a0b2 commit 4b9323a

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
@@ -75,7 +75,10 @@
7575
"rollup-plugin-scss": "^0.4.0",
7676
"rollup-plugin-serve": "^0.4.2",
7777
"rollup-plugin-uglify-es": "0.0.1"
78-
},
78+
},
79+
"publishConfig": {
80+
"registry": "https://npm.pkg.github.com/"
81+
},
7982
"scripts": {
8083
"build": "rollup -c",
8184
"dev": "rollup -c --watch",

0 commit comments

Comments
 (0)