Skip to content

Commit c5e0d3b

Browse files
committed
chore(package.json): public access for package
1 parent 3a79fff commit c5e0d3b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
.vscode
44
npm-debug.log*
55
/typings
6+
/dist

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "TS_NODE_FAST=true TS_NODE_NO_PROJECT=true ava",
88
"prepublish": "rimraf dist && tsc -p .",
9-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
9+
"semantic-release": "semantic-release pre && npm publish --access=public && semantic-release post"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)