Skip to content

Commit

Permalink
Creating global .npmrc (#63)
Browse files Browse the repository at this point in the history
* Adding global npmrc to avoid tags happening

* Housekeeping

* Fixing email
  • Loading branch information
Antonio-Laguna authored Dec 6, 2021
1 parent 551f846 commit 2791310
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git-tag-version=false
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ a project may be further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting Vladimir Kharlampidi <nolimits4web@gmail.com>. All
reported by contacting Jonathan Neal <jonathantneal@hotmail.com>. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@csstools/postcss-plugins",
"private": "true",
"private": true,
"version": "1.0.0",
"description": "",
"author": "Jonathan Neal <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/base-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@csstools/base-cli",
"private": "true",
"private": true,
"version": "0.1.0",
"description": "A base for CLI versions of plugins",
"author": "Jonathan Neal <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-base-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@csstools/postcss-base-plugin",
"private": "true",
"private": true,
"version": "0.0.0",
"description": "A base plugin",
"author": "Jonathan Neal <[email protected]>",
Expand Down

0 comments on commit 2791310

Please sign in to comment.