Sfoglia il codice sorgente

chore: Restrict publishing of job-queue-plugin

Michael Bromley 4 anni fa
parent
commit
bf0b873be9
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      packages/job-queue-plugin/package.json

+ 3 - 2
packages/job-queue-plugin/package.json

@@ -1,5 +1,5 @@
 {
-  "name": "@vendure/pub-sub-plugin",
+  "name": "@vendure/job-queue-plugin",
   "version": "0.18.2",
   "license": "MIT",
   "main": "lib/index.js",
@@ -7,6 +7,7 @@
   "files": [
     "lib/**/*"
   ],
+  "private": true,
   "scripts": {
     "watch": "tsc -p ./tsconfig.build.json --watch",
     "build": "rimraf lib && tsc -p ./tsconfig.build.json && yarn ts-node build.ts",
@@ -15,7 +16,7 @@
     "ci": "yarn build"
   },
   "publishConfig": {
-    "access": "public"
+    "access": "restricted"
   },
   "devDependencies": {
     "@google-cloud/pubsub": "^2.8.0",