test release canary version

This commit is contained in:
Yanzhen Yu 2021-10-27 00:18:22 +08:00
parent 87b0552ff3
commit eef445a320
4 changed files with 5 additions and 6 deletions

View File

@ -39,6 +39,5 @@
},
"dependencies": {
"@types/json-schema": "^7.0.7"
},
"gitHead": "eb88345ad82e8f3207cb2f2272791824060168ef"
}
}

View File

@ -3,3 +3,5 @@ export * from './trait';
export * from './scope';
export * from './application';
export * from './method';
export const test = 2;

View File

@ -56,6 +56,5 @@
"eslint --fix",
"git add"
]
},
"gitHead": "eb88345ad82e8f3207cb2f2272791824060168ef"
}
}

View File

@ -64,6 +64,5 @@
"jest": "^27.1.0",
"typescript": "^4.3.2",
"vite": "^2.3.8"
},
"gitHead": "eb88345ad82e8f3207cb2f2272791824060168ef"
}
}