changing main + types in package

This commit is contained in:
JordanBoltonMN 2021-01-19 11:33:19 -08:00
Родитель 43b4b4a23b
Коммит 66853c7148
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/powerquery-formatter",
"version": "0.0.20",
"version": "0.0.21",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/powerquery-formatter",
"version": "0.0.20",
"version": "0.0.21",
"author": "Microsoft",
"license": "MIT",
"scripts": {
@ -21,8 +21,8 @@
"url": "https://github.com/microsoft/powerquery-formatter/issues"
},
"description": "A source code formatter for the Power Query/M formula language.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "lib/powerquery-formatter/index.js",
"types": "lib/powerquery-formatter/index.d.ts",
"keywords": [
"power query",
"power bi"