diff --git a/.gitignore b/.gitignore index 49f8002e..209be7ca 100644 --- a/.gitignore +++ b/.gitignore @@ -5,10 +5,12 @@ # misc .DS_Store /dist/ +TODO # debug npm-debug.log* yarn-debug.log* yarn-error.log* +package-lock.json .env diff --git a/LICENSE b/LICENSE index c93ed874..17b30252 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) CodeAgain SASU https://codeagain.com/ +Copyright (c) Vincent Voyer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/package.json b/package.json index c8b12510..7c6e32f7 100644 --- a/package.json +++ b/package.json @@ -52,9 +52,6 @@ "ecmaVersion": 2019, "sourceType": "module" }, - "plugins": [ - "jest" - ], "extends": [ "eslint:recommended", "plugin:jest/recommended",