cypress-localstorage-commands
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -14,2 +14,7 @@ # Change Log | ||
## [1.1.2] - 2020-01-11 | ||
### Changed | ||
- Upgrade dependencies | ||
- Disable temporarily Sonar as it is under maintenance | ||
## [1.1.1] - 2019-12-28 | ||
@@ -16,0 +21,0 @@ ### Changed |
{ | ||
"name": "cypress-localstorage-commands", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"eslint-plugin-react": "^7.17.0", | ||
"husky": "^3.1.0", | ||
"husky": "^4.0.6", | ||
"jest": "^24.9.0", | ||
@@ -42,0 +42,0 @@ "lint-staged": "^9.5.0", |
@@ -1,2 +0,2 @@ | ||
[![Build status][travisci-image]][travisci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url] | ||
[![Build status][travisci-image]][travisci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url] [![Greenkeeper badge](https://badges.greenkeeper.io/javierbrea/cypress-localstorage-commands.svg)](https://greenkeeper.io/) | ||
@@ -3,0 +3,0 @@ [![NPM dependencies][npm-dependencies-image]][npm-dependencies-url] [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url] |
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
11212