tauri/package.json
Jacob Bolda 2d721324a0
chore: implement covector publish (#845)
* add covector to root

* add workflow to covector config

* bump covector

* add webkit install on publish

* create workflow to version and publish

* remove workflows no longer needed

* add repo info to root package.json

* add early exits based on new output

* switch to dry run version of publish commands

* latest branch is being removed in this PR

* add summary component around yarn audit
2020-07-19 15:33:12 -05:00

15 lines
274 B
JSON

{
"name": "tauri-workspace",
"version": "0.0.0",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/tauri-apps/tauri.git",
"directory": "cli/tauri.js"
},
"devDependencies": {
"covector": "^0.2.6"
}
}