Skip to content

Commit 5e1d91e

Browse files
committed
Tell NPM that we want our package to be public.
1 parent 08ec40c commit 5e1d91e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"repository": "https://github.com/timing71/common",
77
"author": "James Muscat",
88
"license": "AGPL-3.0-or-later",
9+
"private": false,
10+
"publishConfig": {
11+
"access": "public",
12+
"registry": "https://registry.npmjs.org/"
13+
},
914
"scripts": {
1015
"build": "babel src --out-dir dist"
1116
},

0 commit comments

Comments
 (0)