unicode-canonical-property-names-ecmascript
Advanced tools
Comparing version 1.0.4 to 2.0.0
{ | ||
"name": "unicode-canonical-property-names-ecmascript", | ||
"version": "1.0.4", | ||
"version": "2.0.0", | ||
"description": "The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.", | ||
@@ -32,4 +32,4 @@ "homepage": "https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript", | ||
"scripts": { | ||
"test": "ava ./tests" | ||
"test": "ava tests/tests.js" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# unicode-canonical-property-names-ecmascript [![Build status](https://travis-ci.org/mathiasbynens/unicode-canonical-property-names-ecmascript.svg?branch=master)](https://travis-ci.org/mathiasbynens/unicode-canonical-property-names-ecmascript) | ||
# unicode-canonical-property-names-ecmascript [![Build status](https://travis-ci.org/mathiasbynens/unicode-canonical-property-names-ecmascript.svg?branch=main)](https://travis-ci.org/mathiasbynens/unicode-canonical-property-names-ecmascript) [![unicode-canonical-property-names-ecmascript on npm](https://img.shields.io/npm/v/unicode-canonical-property-names-ecmascript)](https://www.npmjs.com/package/unicode-canonical-property-names-ecmascript) | ||
@@ -28,2 +28,24 @@ _unicode-canonical-property-names-ecmascript_ exports the set of canonical Unicode property names that are supported in [ECMAScript RegExp property escapes](https://github.com/tc39/proposal-regexp-unicode-property-escapes). | ||
## For maintainers | ||
### How to publish a new release | ||
1. On the `main` branch, bump the version number in `package.json`: | ||
```sh | ||
npm version patch -m 'Release v%s' | ||
``` | ||
Instead of `patch`, use `minor` or `major` [as needed](https://semver.org/). | ||
Note that this produces a Git commit + tag. | ||
1. Push the release commit and tag: | ||
```sh | ||
git push && git push --tags | ||
``` | ||
Our CI then automatically publishes the new release to npm. | ||
## Author | ||
@@ -30,0 +52,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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
5013
59
1