Skip to content

Commit

Permalink
Force usage of npm registry for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Mar 8, 2021
1 parent c596b96 commit 8dfdfab
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/babel-preset-swissquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/crafty-preset-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"main": "src/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/crafty-preset-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"main": "src/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/crafty-preset-images-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "Compress images with Crafty",
"license": "Apache-2.0",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/crafty-preset-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "node ../crafty-preset-eslint/src/commands/jsLint.js --preset recommended --preset node src"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/crafty-preset-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"main": "src/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/crafty-preset-maven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/crafty-preset-postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"main": "src/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/crafty-preset-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"main": "src/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/crafty-preset-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "React tools for crafty",
"license": "Apache-2.0",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/crafty-preset-terser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "Terser default configuration for Crafty",
"license": "Apache-2.0",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/crafty-preset-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/crafty-runner-gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"main": "./src/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/crafty-runner-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"main": "./src/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/crafty-runner-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/crafty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"main": "./src/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-plugin-swissquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"eslintplugin"
],
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/postcss-swissquote-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"main": "index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/rollup-plugin-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"test:ci": "jest --coverage"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/stylelint-config-swissquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"main": "index.js",
Expand Down

0 comments on commit 8dfdfab

Please sign in to comment.