google-libphonenumber 3.2.11 → 3.2.15

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.11",
3
+ "version": "3.2.15",
4
4
  "description": "The up-to-date and reliable Google's libphonenumber package for node.js.",
5
5
  "author": {
6
6
  "name": "Rui Marinho",
@@ -33,19 +33,19 @@
33
33
  },
34
34
  "scripts": {
35
35
  "build": "bin/build.sh",
36
- "changelog": "github_changelog_generator --no-issues --header-label='# Changelog' --future-release=v$npm_config_future_release --user ruimarinho --project google-libphonenumber && sed -i '' -e :a -e '$d;N;2,3ba' -e 'P;D' CHANGELOG.md",
37
36
  "lint": "eslint src/index.js test",
38
37
  "prepare": "npm run build",
39
38
  "test": "npm run build && npm run testonly",
40
39
  "testonly": "mocha $npm_package_options_mocha",
41
40
  "update": "bin/update.sh",
42
- "version": "npm run changelog --future-release=$npm_package_version && npm run build && git add -A CHANGELOG.md dist"
41
+ "version": "npm run build && git add -A dist"
43
42
  },
44
43
  "devDependencies": {
45
44
  "browserify": "^13.1.0",
46
- "eslint": "^3.5.0",
47
- "eslint-config-seegno": "^6.0.0",
48
- "mocha": "^3.0.2",
45
+ "eslint": "^7.13.0",
46
+ "google-closure-compiler": "^20201102.0.1",
47
+ "google-closure-library": "^20201006.0.0",
48
+ "mocha": "^8.2.1",
49
49
  "should": "^11.1.0"
50
50
  },
51
51
  "engines": {