Skip to content

Refactor - modularize and change build env

Choose a tag to compare

@jstncno jstncno released this 02 Feb 06:30
· 7 commits to master since this release
Build as node module (#14)

* New build and test workflow

closes #12

initial webpack stuffs

* removed lib/ from .gitignore

* added simple mocha test case

* added some build stuffs

* added lib/, removed dist/

* adding jsdom for testing

* use jsdom to test

* let mocha discover test cases

* added the rest of the tests

* updated travis config

* passes stuff

* update test scripts

* bin only needed in test

* added babel-cli to dev deps

* code cleanup

* no need to minify module

* added integration (bundle) testing

* no need for class, just include in module

* updated README

* fix bug in test

* don't need uglify

* removed example.html

* bump version