-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 413b91c Author: Kirill Fomichev <[email protected]> Date: Sun Dec 1 08:12:42 2019 +0300 Remove package-lock.json commit 79e2901 Author: Kirill Fomichev <[email protected]> Date: Sun Dec 1 08:06:23 2019 +0300 Add debug and lock files from package managers to gitignore commit 86af949 Author: Jascha <[email protected]> Date: Sun Dec 1 02:06:19 2019 +0100 use let and const everywhere commit b919cd7 Author: Jascha <[email protected]> Date: Sun Dec 1 01:52:10 2019 +0100 add node 13 to travis commit 2dfe826 Author: Jascha <[email protected]> Date: Sun Dec 1 01:50:23 2019 +0100 reduce needed node version to actual required version commit b282e5f Author: Jascha <[email protected]> Date: Sun Dec 1 01:49:14 2019 +0100 update dependencies commit 07e5ccb Author: Jascha <[email protected]> Date: Sun Dec 1 01:43:39 2019 +0100 add node 5 to travis commit e69f84c Author: Jascha <[email protected]> Date: Sun Dec 1 01:13:00 2019 +0100 npm audit fix commit 1022afc Author: Jascha <[email protected]> Date: Tue Nov 12 07:39:41 2019 +0100 remove unsupported node versions commit 64dea3a Author: Jascha <[email protected]> Date: Tue Nov 12 07:27:22 2019 +0100 use node 12 in appveyor and travis commit fe7e879 Author: Jascha <[email protected]> Date: Tue Nov 12 07:20:16 2019 +0100 update files to pass standard commit 1c1418d Author: Jascha <[email protected]> Date: Tue Nov 12 07:20:05 2019 +0100 update deps and add package-lock.json
- Loading branch information
Showing
13 changed files
with
190 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,6 @@ build | |
node_modules | ||
|
||
npm-debug.log | ||
package-lock.json | ||
yarn-error.log | ||
yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.