Commit graph

17 commits

Author SHA1 Message Date
d1d865147e chore: add repository field to package.json 2020-06-14 13:48:24 -07:00
f56182137a 0.1.5 2020-06-14 12:16:18 -07:00
6a4b1927d1 0.1.4 2020-06-10 18:20:20 -07:00
cb9c4342de 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
28ef4fb20d 0.1.3 2020-06-04 14:36:49 -07:00
72e015b4c2 0.1.2 2020-06-03 17:56:06 -07:00
dc6802e4c0 chore: fix some eslint warnings 2020-06-03 17:52:54 -07:00
8dd0fb94e9 chore: remove extraneous publish script 2020-06-03 12:33:45 -07:00
0eaa6468a7 0.1.1 2020-06-03 10:40:56 -07:00
e7c8c9f7bd chore: add release script & supporting scripts 2020-06-03 10:35:28 -07:00
c83937ed96 fix: target es2018 to support node 10+ 2020-06-01 23:49:19 -07:00
3649147824 chore: fix eslint/prettier 2020-06-01 22:22:36 -07:00
7ad7e870fb chore: update deps 2020-06-01 22:11:23 -07:00
58fd38c79e test: ensure build runs before test 2020-05-30 11:50:38 -07:00
7e9bed9d56 test: add testing framework 2020-05-30 11:41:23 -07:00
36536fef33 chore: use @websnacksjs org scope 2020-05-26 16:31:21 -07:00
13cbc07c11 initial commit (it all starts here...) 2020-05-25 22:46:20 -07:00