google-libphonenumber 3.2.6 → 3.2.7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "google-libphonenumber",
3
- "version": "3.2.6",
3
+ "version": "3.2.7",
4
4
  "description": "The up-to-date and reliable Google's libphonenumber package for node.js.",
5
5
  "author": {
6
6
  "name": "Rui Marinho",
@@ -35,7 +35,7 @@
35
35
  "build": "bin/build.sh",
36
36
  "changelog": "github_changelog_generator --no-issues --header-label='# Changelog' --future-release=v$npm_config_future_release && sed -i '' -e :a -e '$d;N;2,3ba' -e 'P;D' CHANGELOG.md",
37
37
  "lint": "eslint src/index.js test",
38
- "prepublish": "npm run build",
38
+ "prepare": "npm run build",
39
39
  "test": "npm run build && npm run testonly",
40
40
  "testonly": "mocha $npm_package_options_mocha",
41
41
  "update": "bin/update.sh",