react-globalize
Advanced tools
Comparing version 0.4.0-alpha.0 to 0.4.0
{ | ||
"name": "react-globalize", | ||
"version": "0.4.0-alpha.0", | ||
"version": "0.4.0", | ||
"description": "Bringing the i18n functionality of Globalize, backed by CLDR, to React", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -242,4 +242,34 @@ # react-globalize | ||
## Development | ||
### Testing | ||
``` | ||
npm test | ||
``` | ||
### Release process | ||
Update package.json version, commit, and merge it into `master`. | ||
On master, run: | ||
``` | ||
VER=<version> # e.g., "0.4.0" | ||
git checkout --detach && | ||
grunt && | ||
git add -f dist/* && | ||
git commit -a -m Build && | ||
git tag -a -m v$VER v$VER | ||
``` | ||
Verify the tag and: | ||
``` | ||
git push --tags origin && | ||
npm publish | ||
``` | ||
## License | ||
This project is distributed under the [MIT license](https://www.tldrlegal.com/l/mit). |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
275
3
61763
35
1055
2