airier 0.0.8 → 0.0.9
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.
- package/README.md +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ curl https://raw.githubusercontent.com/actuallymentor/airier/main/.husky/pre-com
|
|
|
22
22
|
curl https://raw.githubusercontent.com/actuallymentor/airier/main/.babelrc --output .babelrc
|
|
23
23
|
|
|
24
24
|
# Add files to git
|
|
25
|
-
git add -f .eslintrc.
|
|
25
|
+
git add -f .eslintrc.cjs .babelrc .vscode/* .husky/*
|
|
26
26
|
|
|
27
27
|
# Make husky executable
|
|
28
28
|
chmod ug+x .husky/*
|
|
@@ -43,4 +43,3 @@ If you are cloning this repo and want to reuse it to create an npm package. Thes
|
|
|
43
43
|
|
|
44
44
|
1. You need to do the one-time first publishing manually by running `npm publish --access public` in the root of the project. This will create the package on npmjs and allow you to create a granular token. This requires you to rename `.npmrc` to `.npmrc.bak` temporatily.
|
|
45
45
|
1. You need to obtain a NPM_ACCESS_TOKEN on npmjs (https://www.npmjs.com/settings/YOURUSERNAME/tokens/granular-access-tokens/new). Note that granular tokens expire!
|
|
46
|
-
# airier
|