Skip to content

Commit

Permalink
Merge eb4f8a1 into 7ad4e54
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Sep 28, 2021
2 parents 7ad4e54 + eb4f8a1 commit 3fe29c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* [FEATURE] Drop Ruby 2.4 support
* [FEATURE] Drop Rails 5.0 and 5.1 support
* [FEATURE] Drop legacy browsers support (including IE8 and IE9)
* [FEATURE] Drop Yarn < 1.19 and Node < 12.0 support
* [ENHANCEMENT] Minor JS Refactor
* [ENHANCEMENT] Update development dependencies
* [ENHANCEMENT] Update QUnit to 2.17.2
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@client-side-validations/client-side-validations",
"description": "Client Side Validations made easy for your Rails 5.x / Rails 6.0 applications",
"description": "Client Side Validations made easy for your Rails 5.2 / Rails 6.0 applications",
"repository": {
"type": "git",
"url": "git+https://github.com/DavyJonesLocker/client_side_validations.git"
Expand Down Expand Up @@ -39,8 +39,8 @@
"main": "dist/client-side-validations.js",
"module": "dist/client-side-validations.esm.js",
"engines": {
"node": ">=6.0.0",
"yarn": ">=0.25.2"
"node": ">=12.0.0",
"yarn": ">=1.19.0"
},
"browserslist": [
">= 1%",
Expand Down

0 comments on commit 3fe29c9

Please sign in to comment.