@form8ion/javascript-core
Advanced tools
Comparing version 2.7.1 to 2.7.2
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "2.7.1", | ||
"version": "2.7.2", | ||
"files": [ | ||
@@ -33,3 +33,2 @@ "example.js", | ||
"lint:sensitive": "ban", | ||
"disabled:lint:travis": "travis-lint .travis.yml", | ||
"clean": "rimraf ./lib", | ||
@@ -47,6 +46,6 @@ "prebuild": "run-s clean", | ||
"devDependencies": { | ||
"@babel/register": "7.12.1", | ||
"@form8ion/babel-preset": "1.6.39", | ||
"@babel/register": "7.12.10", | ||
"@form8ion/babel-preset": "1.6.41", | ||
"@form8ion/commitlint-config": "1.0.14", | ||
"@form8ion/eslint-config": "1.7.1", | ||
"@form8ion/eslint-config": "1.7.3", | ||
"@form8ion/eslint-config-mocha": "1.2.9", | ||
@@ -59,3 +58,3 @@ "@form8ion/remark-lint-preset": "1.0.11", | ||
"cz-conventional-changelog": "3.3.0", | ||
"husky": "4.3.0", | ||
"husky": "5.0.6", | ||
"lockfile-lint": "4.3.7", | ||
@@ -70,10 +69,9 @@ "mocha": "8.2.1", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.34.0", | ||
"rollup": "2.35.1", | ||
"rollup-plugin-auto-external": "2.0.0", | ||
"sinon": "9.2.1", | ||
"travis-lint": "1.0.0" | ||
"sinon": "9.2.2" | ||
}, | ||
"dependencies": { | ||
"@form8ion/mocha-scaffolder": "^1.0.0", | ||
"@form8ion/overridable-prompts": "^1.0.1", | ||
"@form8ion/overridable-prompts": "^1.1.0", | ||
"@hapi/hoek": "^9.0.4", | ||
@@ -80,0 +78,0 @@ "@hapi/joi": "^17.1.0", |
@@ -9,3 +9,3 @@ # javascript-core | ||
[![Build Status][ci-badge]][ci-link] | ||
[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link] | ||
@@ -270,6 +270,2 @@ <!--status-badges end --> | ||
[ci-link]: https://travis-ci.com/form8ion/javascript-core | ||
[ci-badge]: https://img.shields.io/travis/com/form8ion/javascript-core/master.svg | ||
[license-link]: LICENSE | ||
@@ -286,1 +282,5 @@ | ||
[runkit-badge]: https://badge.runkitcdn.com/@form8ion/javascript-core.svg | ||
[github-actions-ci-link]: https://github.com/form8ion/javascript-core/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster | ||
[github-actions-ci-badge]: https://github.com/form8ion/javascript-core/workflows/Node.js%20CI/badge.svg |
42804
24