Commit Graph

19 Commits

Author SHA1 Message Date
f8d78d05fc fix: handle alternate workspaces config 2019-04-08 11:10:13 -07:00
6e2288f157 docs: update readme 2019-04-05 15:55:41 -07:00
9aebeb31a6 feat: support workspaces 2019-04-05 15:49:59 -07:00
b93defbf4d fix: compare stringified objects
fixes issue with packages that have no dependencies or devDependencies
2019-04-05 15:49:16 -07:00
4cd6e2922c feat: provide package info instead of just ident
useful for reading other properties out of the package.json file
2019-04-05 15:46:10 -07:00
9fb86bf32e fix: fail on ident read
remove getRootFileContents util, easily replaced in the one place it's used
2019-04-05 15:00:34 -07:00
71f8bb7729 feat: show skip output in verbose mode 2019-04-04 17:33:53 -07:00
4fec26c796 chore: add test script 2019-04-04 17:13:25 -07:00
bce054516b chore: update repository url 2019-04-04 17:11:55 -07:00
3f29429d1a docs: add usage info to readme 2019-04-04 17:10:24 -07:00
c6980bc92e fix: execute nothing by default 2019-04-04 17:05:53 -07:00
7961570c72 fix: reject form module, don't exit
also resolve with the payload information
2019-04-04 17:05:38 -07:00
f4ebab1c0b chore: add keywords 2019-04-04 16:32:56 -07:00
2d6e1ed822 chore: remove unused getBranch util 2019-04-04 16:21:17 -07:00
b84c4556cd feat: run command, fail on non-zero exit 2019-04-04 16:17:58 -07:00
2ffd608fc5 chore: fix lint script 2019-04-04 16:17:41 -07:00
5d05775560 feat: run command on changes
based on dependencies, devDependencies, and hashes of other included files
2019-04-04 15:51:48 -07:00
ca2fc85135 feat: read config, read history, hash files
most of the functionality exists now
2019-04-04 15:28:24 -07:00
655c27a89d initial commit 2019-04-04 13:01:52 -07:00