@iadvize-oss/hello-world
Advanced tools
Comparing version 0.1.11-beta.1 to 0.1.11-beta.2
@@ -12,4 +12,2 @@ # Changelog | ||
- misc: bump @types/jest from 25.1.2 to 25.1.3 | ||
### Changed | ||
- misc: bump ts-jest from 25.2.0 to 25.2.1 | ||
@@ -16,0 +14,0 @@ |
{ | ||
"name": "@iadvize-oss/hello-world", | ||
"version": "0.1.11-beta.1", | ||
"version": "0.1.11-beta.2", | ||
"description": "Say hello", | ||
@@ -16,3 +16,3 @@ "main": "dist/index.js", | ||
"test:js": "jest --coverage", | ||
"lint:js": "echo \"no lint\"", | ||
"lint:js": "eslint . --ext .js,.jsx,.ts,.tsx,.json,.d.ts --cache", | ||
"bump-changelog": "VERSION=$(cat package.json | jq '.version') && remark CHANGELOG.md -o --use @jarrodldavis/changelog-version-bump=version:$VERSION && git add CHANGELOG.md", | ||
@@ -38,2 +38,4 @@ "docs": "typedoc" | ||
"@babel/preset-env": "^7.8.4", | ||
"@iadvize-oss/eslint-config": "^0.1.1", | ||
"@iadvize-oss/eslint-config-jest": "0.0.4", | ||
"@jarrodldavis/remark-changelog-version-bump": "^0.1.1", | ||
@@ -43,2 +45,3 @@ "@rollup/plugin-commonjs": "^11.0.2", | ||
"babel-jest": "^25.1.0", | ||
"eslint": "^6.8.0", | ||
"jest": "^25.1.0", | ||
@@ -45,0 +48,0 @@ "remark-cli": "^7.0.1", |
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
9980
19