@ladjs/i18n
Advanced tools
Comparing version 0.0.3 to 0.0.5
{ | ||
"name": "@ladjs/i18n", | ||
"description": "i18n wrapper and Koa middleware for Lad", | ||
"version": "0.0.3", | ||
"version": "0.0.5", | ||
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", | ||
@@ -28,2 +28,4 @@ "bugs": { | ||
"ava": "^0.22.0", | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"codecov": "^2.3.0", | ||
@@ -43,3 +45,3 @@ "cross-env": "^5.0.5", | ||
"engines": { | ||
"node": ">=7.6.0" | ||
"node": ">=6.4.0" | ||
}, | ||
@@ -56,3 +58,4 @@ "homepage": "https://github.com/ladjs/i18n", | ||
}, | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"files": ["lib", "locales"], | ||
"remarkConfig": { | ||
@@ -69,4 +72,6 @@ "plugins": ["preset-github"] | ||
"precommit": "lint-staged && npm test", | ||
"test": "npm run lint && npm run test-coverage", | ||
"test-coverage": "cross-env NODE_ENV=test nyc ava" | ||
"test": "npm run build && npm run lint && npm run test-coverage", | ||
"test-coverage": "cross-env NODE_ENV=test nyc ava", | ||
"build": "node_modules/.bin/babel src --out-dir lib", | ||
"watch": "node_modules/.bin/babel src --watch --out-dir lib" | ||
}, | ||
@@ -73,0 +78,0 @@ "ava": { |
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
31121
15
7
156
1