1 Star 0 Fork 0

Thoughtworks / vue-composition-test-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 676 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chenjia 提交于 2020-10-29 02:14 . fix: 🐛 to support vue2
{
"private": true,
"scripts": {
"build": "yarn workspace vue-composition-test-utils run build && cd packages/vue-composition-test-utils && npm pack",
"test": "yarn workspaces run test",
"commit": "npx git-cz"
},
"workspaces": {
"packages": [
"packages/vue-composition-test-utils",
"packages/test-vue2",
"packages/test-vue3"
],
"nohoist": [
"**/vue",
"**/vue-demi",
"**/@vue/test-utils",
"**/vue-template-compiler"
]
},
"author": "ariesjia",
"license": "MIT",
"devDependencies": {
"commitlint": "^8.3.5",
"husky": "^4.2.1"
},
"peerDependencies": {
},
"dependencies": {
}
}
JavaScript
1
https://gitee.com/thoughtworks/vue-composition-test-utils.git
git@gitee.com:thoughtworks/vue-composition-test-utils.git
thoughtworks
vue-composition-test-utils
vue-composition-test-utils
master

搜索帮助