Cleanup linting & docs (#1)

* Cleanup linting & docs

* Cleanup build
This commit is contained in:
Jaco Greeff
2020-09-21 15:22:00 +02:00
committed by GitHub
parent 314bf6f252
commit e7f1e3bd57
11 changed files with 68 additions and 11 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"allowBranch": "master"
}
},
"packages": [
"packages/*"
],
"version": "0.1.0"
}