Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
adjust lodash version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Foad committed Jun 9, 2020
1 parent c8ce6b6 commit 193124c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.0.2] - 2020-06-09
### Updated
- Adjust lodash version

## [1.0.1] - 2018-08-23
### Updated
- Added test case for tipsi/remove-event-listener when callee is Identifier
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* [tipsi/remove-event-listener](/docs/rules/remove-event-listener.md)

## Changelog
[[1.0.2] - 2020-06-09](/CHANGELOG.md#102---2020-06-09)

[[1.0.1] - 2018-08-23](/CHANGELOG.md#101---2018-08-23)

[[1.0.0] - 2018-08-23](/CHANGELOG.md#100---2018-08-23)
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-tipsi",
"version": "1.0.1",
"version": "1.0.2",
"description": "Custom Tipsi rules for eslint",
"main": "index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/isnifer/eslint-plugin-tipsi#readme",
"dependencies": {
"lodash": "4.17.10"
"lodash": "~4.17.10"
},
"devDependencies": {
"babel-eslint": "8.2.6",
Expand Down

0 comments on commit 193124c

Please sign in to comment.