Commit graph

12 commits

Author SHA1 Message Date
Slava Bacherikov
3fafde8e43 Update packages and remove SauceLabs integration
This updates most of modules in packages.json and removes SauceLabs from
karma config.
2023-11-25 19:24:50 +02:00
Slava Bacherikov
ea85f539d4 Switch code linter to eslint and update deps
Tslint is outdated for quite a while and has been replaced by eslint
which now can work with TypeScript as well. This also updates
dependencies and fixes all linting errors.
2022-02-08 21:01:33 +02:00
Slava Bacherikov
6a67b69d22 Update some JS dependencies 2021-12-15 14:43:54 +02:00
Slava Bacherikov
bcb4f5d9c8 Add support for Dell Latitude 3540 2020-06-30 19:08:24 +03:00
Slava Bacherikov
da4eb4318f Switch to ES6 modules, change test behavior
Now project is using ES6 modules and displays coverage reports for
browser tests (made via karma), while nodejs tests only keygens.
2020-06-07 00:52:45 +03:00
Slava Bacherikov
327fa5f815 Add support for Acer Insyde 10 digits
Based on let-def ocaml code:
https://github.com/let-def/insydious/blob/master/deriv.ml
2020-06-05 19:22:45 +03:00
Slava Bacherikov
b99bdd7c81 Update modules and dependencies, change to jsbi
* Drop gulp support
* Migrate long.js to JSBI library (for long math)
* Update karma targets
2020-05-29 20:25:50 +03:00
Slava Bacherikov
0fef378a11 Update dependencies 2020-03-28 14:28:04 +02:00
Slava Bacherikov
560fbe25a0 Update dependencies 2020-02-02 14:39:02 +02:00
Slava Bacherikov
bb946f15e3 Replace closure compiler plugin with official one
Replace webpack-closure-compiler (deprecated) with closure-webpack-plugin,
which is official closure plugin.
Also, reworked CI.
2019-08-29 18:12:44 +03:00
Slava Bacherikov
c40b6fd556 Fix saucelabs tests 2019-08-19 19:40:59 +03:00
Slava Bacherikov
9ac7e26221 Update npm modules and gulpfile 2019-08-15 20:07:04 +03:00