Update package.json to include libs.

This commit is contained in:
raychen 2020-11-20 16:03:33 +08:00
Родитель d10b14f216
Коммит b2744dc13b
3 изменённых файлов: 5 добавлений и 7 удалений

2
package-lock.json сгенерированный
Просмотреть файл

@ -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,