@iadvize-oss/hello-world
Advanced tools
Comparing version 0.1.11 to 0.2.0-canary-628c82b-1592681622167
@@ -10,2 +10,9 @@ # Changelog | ||
## [0.2.0] | ||
### Changed | ||
- move remark out of package.json | ||
- update libs | ||
## [0.1.11] | ||
@@ -222,4 +229,6 @@ | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.11...HEAD | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.2.0...HEAD | ||
[0.2.0]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.11...v0.2.0 | ||
[0.1.11]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.10...v0.1.11 | ||
@@ -226,0 +235,0 @@ |
{ | ||
"name": "@iadvize-oss/hello-world", | ||
"version": "0.1.11", | ||
"version": "0.2.0-canary-628c82b-1592681622167", | ||
"description": "Say hello", | ||
@@ -35,22 +35,17 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.8.4", | ||
"@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", | ||
"@rollup/plugin-commonjs": "^11.0.2", | ||
"@types/jest": "^25.1.3", | ||
"babel-jest": "^25.1.0", | ||
"@iadvize-oss/eslint-config": "^1.1.3", | ||
"@iadvize-oss/eslint-config-jest": "0.0.5", | ||
"@rollup/plugin-commonjs": "^13.0.0", | ||
"@types/jest": "^26.0.0", | ||
"eslint": "^6.8.0", | ||
"jest": "^25.1.0", | ||
"remark-cli": "^7.0.1", | ||
"rollup": "^1.31.1", | ||
"rollup-plugin-multi-input": "^1.0.3", | ||
"rollup-plugin-terser": "^5.2.0", | ||
"rollup-plugin-typescript2": "^0.26.0", | ||
"ts-jest": "^25.2.1", | ||
"tslib": "^1.10.0", | ||
"typedoc": "^0.16.10", | ||
"typescript": "^3.7.5" | ||
"jest": "^26.0.1", | ||
"rollup": "^2.17.1", | ||
"rollup-plugin-multi-input": "^1.1.1", | ||
"rollup-plugin-terser": "^6.1.0", | ||
"rollup-plugin-typescript2": "^0.27.1", | ||
"ts-jest": "^26.1.0", | ||
"tslib": "^2.0.0", | ||
"typedoc": "^0.17.7", | ||
"typescript": "^3.9.5" | ||
} | ||
} |
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
10100
14