Version 1.2.0
All checks were successful
CI / build (16.x) (push) Successful in 2m16s
CI / build (18.x) (push) Successful in 1m18s

This commit is contained in:
Romein van Buren 2024-08-02 10:51:41 +02:00
parent 8ffa9a4e51
commit 0cf77aab4e
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@garraflavatra/yeslint",
"version": "1.1.0",
"version": "1.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@garraflavatra/yeslint",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"dependencies": {
"eslint-plugin-import": "^2.27.5"

View File

@ -1,6 +1,6 @@
{
"name": "@garraflavatra/yeslint",
"version": "1.1.0",
"version": "1.2.0",
"description": "Sensible configuration for your ESLint installation",
"main": "index.js",
"author": "Romein van Buren <romein@vburen.nl>",