Update package.json to include libs.
This commit is contained in:
Родитель
d10b14f216
Коммит
b2744dc13b
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@azure-tools/openapi-tools-common",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@azure-tools/openapi-tools-common",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.2",
|
||||
"description": "Openapi tools common libraries",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
@ -13,11 +13,7 @@
|
|||
},
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist/index.d.ts",
|
||||
"dist/index.d.ts.map",
|
||||
"dist/index.js.map",
|
||||
"dist/index.ts",
|
||||
"src/index.ts"
|
||||
"dist/**/*"
|
||||
],
|
||||
"jest": {
|
||||
"testEnvironment": "node",
|
||||
|
|
|
@ -184,6 +184,8 @@ export {
|
|||
createRootObjectInfo,
|
||||
createChildObjectInfo,
|
||||
ObjectInfo,
|
||||
setInfoFunc,
|
||||
getInfoFunc,
|
||||
copyInfo,
|
||||
setInfo,
|
||||
arrayMap,
|
||||
|
|
Загрузка…
Ссылка в новой задаче