We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc28fe8 commit c2dc21aCopy full SHA for c2dc21a
1 file changed
package.json
@@ -6,6 +6,9 @@
6
"type": "git",
7
"url": "git+ssh://git@github.com/angular-buch/styles.git"
8
},
9
+ "publishConfig": {
10
+ "access": "public"
11
+ },
12
"files": [
13
"dist/*",
14
"src/*"
@@ -15,7 +18,7 @@
15
18
"style": "dist/styles.css",
16
19
"scripts": {
17
20
"build": "sass --load-path=node_modules/@picocss/pico/scss/ src/styles.scss dist/styles.css",
- "publish": "npm publish --access public"
21
+ "publish": "npm publish"
22
23
"keywords": [
24
"BookManager",
0 commit comments