Files
phishing/lerna.json
T
Jaco Greeff e7f1e3bd57 Cleanup linting & docs (#1)
* Cleanup linting & docs

* Cleanup build
2020-09-21 15:22:00 +02:00

14 lines
184 B
JSON

{
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"allowBranch": "master"
}
},
"packages": [
"packages/*"
],
"version": "0.1.0"
}