Add publish config

This commit is contained in:
Daniel Lautzenheiser 2022-09-30 19:27:18 -04:00
parent f85fa02660
commit e34c99f55e

View File

@ -238,5 +238,9 @@
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.11.1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}