Skip to content

Commit 2791310

Browse files
Creating global .npmrc (#63)
* Adding global npmrc to avoid tags happening * Housekeeping * Fixing email
1 parent 551f846 commit 2791310

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
git-tag-version=false

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ a project may be further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting Vladimir Kharlampidi <nolimits4web@gmail.com>. All
58+
reported by contacting Jonathan Neal <jonathantneal@hotmail.com>. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@csstools/postcss-plugins",
3-
"private": "true",
3+
"private": true,
44
"version": "1.0.0",
55
"description": "",
66
"author": "Jonathan Neal <jonathantneal@hotmail.com>",

packages/base-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@csstools/base-cli",
3-
"private": "true",
3+
"private": true,
44
"version": "0.1.0",
55
"description": "A base for CLI versions of plugins",
66
"author": "Jonathan Neal <jonathantneal@hotmail.com>",

plugins/postcss-base-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@csstools/postcss-base-plugin",
3-
"private": "true",
3+
"private": true,
44
"version": "0.0.0",
55
"description": "A base plugin",
66
"author": "Jonathan Neal <jonathantneal@hotmail.com>",

0 commit comments

Comments
 (0)