Skip to content

Commit

Permalink
@produck/range-axis:
Browse files Browse the repository at this point in the history
[FIXED] package.json: publishConfig
  • Loading branch information
lichaozhy committed Sep 17, 2023
1 parent 82d3606 commit c57e788
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/range-axis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
},
"type": "module",
"types": "./src/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup -c script/rollup.config.mjs",
"test": "mocha \"**/*.spec.mjs\" --no-diff -t 999999999",
Expand Down

0 comments on commit c57e788

Please sign in to comment.