unicode-property-aliases
Advanced tools
Comparing version 1.6.2 to 1.7.0
{ | ||
"name": "unicode-property-aliases", | ||
"version": "1.6.2", | ||
"version": "1.7.0", | ||
"description": "Unicode property alias mappings in JavaScript format.", | ||
@@ -36,6 +36,6 @@ "homepage": "https://github.com/mathiasbynens/unicode-property-aliases", | ||
"scripts": { | ||
"download": "curl --location https://unicode.org/Public/16.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt", | ||
"download": "curl https://unicode.org/Public/16.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt", | ||
"build": "node scripts/build.js", | ||
"test": "ava tests/tests.js" | ||
"test": "ava ./tests" | ||
} | ||
} |
@@ -1,5 +0,7 @@ | ||
# unicode-property-aliases [![unicode-property-aliases on npm](https://img.shields.io/npm/v/unicode-property-aliases)](https://www.npmjs.com/package/unicode-property-aliases) | ||
# unicode-property-aliases [![Build status](https://travis-ci.org/mathiasbynens/unicode-property-aliases.svg?branch=master)](https://travis-ci.org/mathiasbynens/unicode-property-aliases) | ||
_unicode-property-aliases_ offers the Unicode property alias mappings in an easy-to-consume JavaScript format. | ||
It’s based on [the `PropertyAliases.txt` data for Unicode v11.0.0](https://unicode.org/Public/11.0.0/ucd/PropertyAliases.txt). | ||
## Installation | ||
@@ -28,24 +30,2 @@ | ||
## 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 | ||
@@ -52,0 +32,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
8041
39