initial commit v1.0.0
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 18 Nov 2022 20:07:21 +0000 (12:07 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 18 Nov 2022 20:07:21 +0000 (12:07 -0800)
commitd98a3c114eb33bd68477c0ca750e6f82b4d02964
tree126bc7094c21a0278a5fbc1f96c2971e987702e5
initial commit
.eslintrc.json [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.nycrc.json [new file with mode: 0644]
README.md [new file with mode: 0644]
index.js [new file with mode: 0644]
lib/chores.js [new file with mode: 0644]
lib/common.js [new file with mode: 0644]
lib/errors.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
test/lib/chores.js [new file with mode: 0644]