Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "vi18n", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Simple number, currency and date formatters based on the Internationalization API", | ||
"main": "lib/index.js", | ||
"repository": "vicompany/vi18n", | ||
@@ -10,7 +11,9 @@ "engines": { | ||
"scripts": { | ||
"build": "babel src -d lib", | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls", | ||
"lint": "eslint index.js", | ||
"lint": "eslint src", | ||
"preversion": "npm run lint && npm run test", | ||
"postversion": "git push --follow-tags", | ||
"prepublish": "npm run build", | ||
"test": "nyc ava", | ||
"preversion": "npm run lint && npm run test", | ||
"postversion": "git push && git push --tags", | ||
"watch": "ava --watch" | ||
@@ -28,9 +31,11 @@ }, | ||
"ava": "^0.22.0", | ||
"coveralls": "^2.13.1", | ||
"eslint": "^4.5.0", | ||
"eslint-config-vi": "^7.2.0", | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^4.9.0", | ||
"eslint-config-vi": "^8.1.0", | ||
"intl": "^1.2.5", | ||
"intl-locales-supported": "^1.0.0", | ||
"nyc": "^11.1.0", | ||
"sinon": "^3.2.1" | ||
"nyc": "^11.2.1", | ||
"sinon": "^4.0.1" | ||
}, | ||
@@ -37,0 +42,0 @@ "ava": { |
Sorry, the diff of this file is not supported yet
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
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
17413
10
10
297
1