16 Commits

Author SHA1 Message Date
f80ab7f5d8 README fixes 2018-08-22 10:32:40 -05:00
3328248274 Apply standard/enforced code format with prettier.
This commit marks applying prettier to the whole of git history up to this point and prettier is used to enforce format via pre-commit hook. The command used was: `git filter-branch -f --tree-filter 'prettier --no-config --single-quote --tab-width=1 --print-width=100 --use-tabs --trailing-comma=none --prose-wrap=always --write "{.,{packages,bin}/**}/*.{js,json,md}" || echo "Error formatting, possibly invalid JS"' -- --all`
2018-07-19 07:52:42 -05:00
e8764c3072 Remove ES5 compilation for libraries. Remove Node-based Jasmine tests. Tests run in Chromium headless mode.
(I got tired of Babel breaking every time I switched computers.)
2018-03-28 14:18:17 -05:00
923320bb11 Document install procedure. Upgrade Rollup to 0.53.3 2018-01-04 07:56:47 -06:00
37d9c2ed79 Cleanup some package.json cruft 2017-01-26 15:15:07 -06:00
2f0620cd35 Add trimkit to the base Readme 2017-01-20 22:57:22 -06:00
b4836882c4 Clean house 2017-01-20 22:51:08 -06:00
6d3f1dbf63 License to Apache 2.0 2017-01-20 22:45:41 -06:00
c5d737da69 Add lib to cleanup, use the right License code 2017-01-20 22:39:45 -06:00
f16db6afa8 1.0.2 2017-01-20 22:39:45 -06:00
eaaf9cea50 Cleanup some build dependencies 2017-01-20 22:39:44 -06:00
f1096492f0 1.0.1 2017-01-20 22:39:44 -06:00
9d8232ed33 Add jsnext:main for rollup support. Remove dist/ from the repo. 2017-01-20 22:39:44 -06:00
996ba336e2 README cleanup 2017-01-20 22:39:44 -06:00
5f07b856b3 Add in all the code. 2017-01-20 22:39:44 -06:00
ad639cc5d8 Initial commit 2017-01-20 22:39:44 -06:00