Skip to content

Commit 27d15fd

Browse files
author
Philip Paetz
committed
add npm config to be able to publish as scoped package
1 parent 6d68cef commit 27d15fd

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.npmrc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
scope=@brickblock
2+
@brickblock:registry=https://registry.npmjs.org/
3+
//registry.npmjs.org/:_authToken=${BRICKBLOCK_NPM_TOKEN}
4+
access=restricted
5+
package-lock=false

.yarnrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This file is needed until this bug is fixed:
2+
# https://github.com/yarnpkg/yarn/issues/4672#issuecomment-342573947
3+
registry "https://registry.npmjs.org"

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "extract-css-chunks-webpack-plugin",
2+
"name": "@brickblock/extract-css-chunks-webpack-plugin",
33
"version": "0.0.0-placeholder",
44
"author": "James Gillmore <[email protected]>",
55
"description": "Extract CSS from chunks into stylesheets + HMR",
@@ -52,10 +52,10 @@
5252
"standard-version": "^4.0.0",
5353
"webpack": "^2.2.0"
5454
},
55-
"homepage": "http://github.com/faceyspacey/extract-css-chunks-webpack-plugin",
55+
"homepage": "http://github.com/chapati23/extract-css-chunks-webpack-plugin",
5656
"repository": {
5757
"type": "git",
58-
"url": "https://github.com/faceyspacey/extract-css-chunks-webpack-plugin.git"
58+
"url": "https://github.com/chapati23/extract-css-chunks-webpack-plugin.git"
5959
},
6060
"config": {
6161
"commitizen": {

0 commit comments

Comments
 (0)