Commit graph

19 commits

Author SHA1 Message Date
cccea423d9 chore: update optional deps (ws & node-watch)
Updates node-watch dep to ^0.7.1 which is a breaking change in the interface of watch function for compatibility on certain windows systems that don't give event and filename info.

Also updates ws dep to v^7.4.3, minor version and bug fixes.
2021-02-28 08:26:02 -08:00
45d96fae9f chore: update * pin prettier version & format code 2021-01-02 13:40:18 -08:00
e2d58bb610 chore: add repository field to package.json 2020-06-14 13:48:24 -07:00
51290e5ade 0.1.5 2020-06-14 12:16:18 -07:00
42496e1c69 0.1.4 2020-06-10 18:20:20 -07:00
d4f713e5c5 fix: dev cmd didn't watch files due to import mangling
Appearently the esModuleInterop flag in TypeScript is not compatible
with node-watch, and the import helper was mangling the import as a
result and causing an error in the dev command that resulted in files
not being watched.

This fixes that import issue and adds an e2e test to help prevent a
regression of this issue in the future.
2020-06-09 13:56:11 -07:00
cc16bc9bf4 0.1.3 2020-06-04 14:36:49 -07:00
c542bc960e 0.1.2 2020-06-03 17:56:06 -07:00
dc7167475c chore: fix some eslint warnings 2020-06-03 17:52:54 -07:00
49fb28e65b chore: remove extraneous publish script 2020-06-03 12:33:45 -07:00
7741c795c6 0.1.1 2020-06-03 10:40:56 -07:00
a72423d3d9 chore: add release script & supporting scripts 2020-06-03 10:35:28 -07:00
7092f608c2 fix: target es2018 to support node 10+ 2020-05-26 16:29:43 -07:00
63ce5e330b chore: fix eslint/prettier 2020-06-01 22:22:36 -07:00
ccaa5cd2e6 chore: update deps 2020-06-01 22:11:23 -07:00
bd80eebdc5 test: ensure build runs before test 2020-05-30 11:50:38 -07:00
99ae3402a5 test: add testing framework 2020-05-30 11:41:23 -07:00
bbfd2f5711 chore: use @websnacksjs org scope 2020-05-26 16:31:21 -07:00
9e9842dc8c initial commit (it all starts here...) 2020-05-25 22:36:20 -07:00