Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Commit

Permalink
fix(updates): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Jul 22, 2020
1 parent 9d5c565 commit 8e5fec0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
# misc
.DS_Store
/dist/
TODO

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json

.env
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
"ecmaVersion": 2019,
"sourceType": "module"
},
"plugins": [
"jest"
],
"extends": [
"eslint:recommended",
"plugin:jest/recommended",
Expand Down

0 comments on commit 8e5fec0

Please sign in to comment.