Skip to content

Commit c2dc21a

Browse files
committed
fix: public
1 parent fc28fe8 commit c2dc21a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"type": "git",
77
"url": "git+ssh://git@github.com/angular-buch/styles.git"
88
},
9+
"publishConfig": {
10+
"access": "public"
11+
},
912
"files": [
1013
"dist/*",
1114
"src/*"
@@ -15,7 +18,7 @@
1518
"style": "dist/styles.css",
1619
"scripts": {
1720
"build": "sass --load-path=node_modules/@picocss/pico/scss/ src/styles.scss dist/styles.css",
18-
"publish": "npm publish --access public"
21+
"publish": "npm publish"
1922
},
2023
"keywords": [
2124
"BookManager",

0 commit comments

Comments
 (0)