@side/eslint-config-cypress
Advanced tools
Comparing version 0.5.0 to 0.6.0-alpha.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [0.6.0-alpha.0](https://github.com/reside-eng/lint-config/compare/@side/eslint-config-cypress@0.5.0...@side/eslint-config-cypress@0.6.0-alpha.0) (2023-03-29) | ||
### Features | ||
- upgrade lerna ([#488](https://github.com/reside-eng/lint-config/issues/488)) ([6b10c5e](https://github.com/reside-eng/lint-config/commit/6b10c5ea54a9e68f7e3b04499a48a85b704a93cc)) | ||
# [0.5.0](https://github.com/reside-eng/lint-config/compare/@side/eslint-config-cypress@0.4.0...@side/eslint-config-cypress@0.5.0) (2022-06-16) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@side/eslint-config-cypress", | ||
"version": "0.5.0", | ||
"version": "0.6.0-alpha.0", | ||
"main": "index.js", | ||
@@ -8,3 +8,4 @@ "license": "UNLICENSED", | ||
"type": "git", | ||
"url": "http://github.com/reside-eng/lint-config.git" | ||
"url": "http://github.com/reside-eng/lint-config.git", | ||
"directory": "packages/eslint-config-cypress" | ||
}, | ||
@@ -14,2 +15,5 @@ "bugs": { | ||
}, | ||
"scripts": { | ||
"test": "node index.js" | ||
}, | ||
"dependencies": { | ||
@@ -22,3 +26,3 @@ "eslint-plugin-chai-friendly": "^0.7.2", | ||
}, | ||
"gitHead": "16c1202910f7b1f775433ee29e9674a9daf917a2" | ||
"gitHead": "1c0a458fcdf9387d3724364ba876959a749fd52d" | ||
} |
6814