@hi18n/tools-core
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -0,3 +1,7 @@ | ||
## 0.1.1 | ||
- Fix: remove wrong "bin" field from package manifest | ||
## 0.1.0 | ||
Initial release. |
{ | ||
"name": "@hi18n/tools-core", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Common definitions for @hi18n/cli", | ||
@@ -36,5 +36,2 @@ "keywords": [ | ||
], | ||
"bin": { | ||
"hi18n": "./bin/hi18n.js" | ||
}, | ||
"main": "./dist/index.js", | ||
@@ -62,13 +59,13 @@ "types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"@babel/cli": "^7.18.10", | ||
"@babel/core": "^7.18.13", | ||
"@babel/plugin-transform-runtime": "^7.18.10", | ||
"@babel/preset-env": "^7.18.10", | ||
"@babel/cli": "^7.19.3", | ||
"@babel/core": "^7.19.3", | ||
"@babel/plugin-transform-runtime": "^7.19.1", | ||
"@babel/preset-env": "^7.19.3", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@jest/globals": "^29.0.1", | ||
"babel-jest": "^29.0.1", | ||
"babel-plugin-polyfill-corejs3": "^0.5.3", | ||
"eslint": "^8.23.0", | ||
"@jest/globals": "^29.1.2", | ||
"babel-jest": "^29.1.2", | ||
"babel-plugin-polyfill-corejs3": "^0.6.0", | ||
"eslint": "^8.24.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"jest": "^29.0.1", | ||
"jest": "^29.1.2", | ||
"prettier": "^2.7.1", | ||
@@ -75,0 +72,0 @@ "rimraf": "^3.0.2", |
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
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
8028