@cbnventures/nova 0.16.0 → 0.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbnventures/nova",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "Scripts, templates, and project configuration for the common JavaScript and TypeScript developer",
5
5
  "keywords": [
6
6
  "eslint",
@@ -70,7 +70,7 @@ publish-github-packages-[__TARGET_ID__]:
70
70
  run: |
71
71
  if [ "${PUBLISH}" = "true" ]; then
72
72
  echo "[Publish] Production."
73
- npm publish --provenance
73
+ npm publish
74
74
  else
75
75
  echo "[Publish] Dry run."
76
76
  npm publish --dry-run
@@ -52,7 +52,7 @@ publish-npm-[__TARGET_ID__]:
52
52
  run: |
53
53
  if [ "${PUBLISH}" = "true" ]; then
54
54
  echo "[Publish] Production."
55
- npm publish --provenance
55
+ npm publish --provenance --access public
56
56
  else
57
57
  echo "[Publish] Dry run."
58
58
  npm publish --dry-run
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbnventures/nova",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "Scripts, templates, and project configuration for the common JavaScript and TypeScript developer",
5
5
  "keywords": [
6
6
  "eslint",