Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
define publish in package
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoury committed Jul 3, 2022
1 parent ee0630d commit 4c66e2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"type": "git",
"url": "https://github.com/usherlabs/satellite.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"start": "cross-env NODE_ENV=development rollup -c",
"dev": "cross-env NODE_ENV=development rollup -c -w",
Expand Down

0 comments on commit 4c66e2b

Please sign in to comment.