Skip to content

Commit

Permalink
fix: make publish access public (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
oljekechoro authored Jan 30, 2023
1 parent 23ccca9 commit 1d9b71d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "Topological sort of directed ascyclic graphs (like dependecy lists)",
"main": "src/main/js/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"style": "eslint src",
"style:fix": "yarn style --fix",
Expand Down

0 comments on commit 1d9b71d

Please sign in to comment.