weallcontribute
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -68,7 +68,8 @@ # Code of Conduct | ||
* Email the maintainers directly at [coc@sykosomatic.org](mailto:coc@sykosomatic.org) | ||
* Mention @zkat in a comment, or any of the other maintainers. | ||
* Direct Message [@maybekatz](https://twitter.com/maybekatz) on Twitter with the details and any relevant links. | ||
* Direct Message @kat in the [WeAllJS Slack Group](https://wealljs.org). | ||
* Through email: | ||
* [kzm@sykosomatic.org](mailto:kzm@sykosomatic.org) (Kat Marchán) | ||
* Through Twitter: | ||
* [@@maybekatz](https://twitter.com/maybekatz) (Kat Marchán) | ||
### Further Enforcement | ||
@@ -143,3 +144,3 @@ | ||
This Code of Conduct is adapted from the [WeAllJS Code of | ||
This Code of Conduct was generated using [WeAllJS Code of Conduct Generator](https://npm.im/weallbehave), which is based on the [WeAllJS Code of | ||
Conduct](https://wealljs.org/code-of-conduct), which is itself based on | ||
@@ -146,0 +147,0 @@ [Contributor Covenant](http://contributor-covenant.org), version 1.4, available |
{ | ||
"name": "weallcontribute", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "CONTRIBUTING.md generator", | ||
@@ -15,3 +15,4 @@ "main": "index.js", | ||
"pretest": "standard lib test *.js", | ||
"test": "nyc -- tap test/*.js" | ||
"test": "nyc -- tap test/*.js", | ||
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'" | ||
}, | ||
@@ -23,3 +24,7 @@ "repository": "https://github.com/wealljs/weallcontribute", | ||
], | ||
"author": "Kat Marchán <kzm@sykosomatic.org>", | ||
"author": { | ||
"name": "Kat Marchán", | ||
"email": "kzm@sykosomatic.org", | ||
"twitter": "@maybekatz" | ||
}, | ||
"license": "CC0-1.0", | ||
@@ -33,4 +38,5 @@ "dependencies": { | ||
"standard": "^8.6.0", | ||
"tap": "^8.0.1" | ||
"tap": "^8.0.1", | ||
"weallbehave": "^1.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35593
4