Co-Authored-By: Keith Cirkel <keithamus@users.noreply.github.com>
This commit is contained in:
Kristján Oddsson 2019-11-13 11:19:59 +00:00 коммит произвёл GitHub
Родитель ce617eb746
Коммит 9e7cbb61c3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2,7 +2,7 @@
"name": "@github/textarea-autosize",
"description": "Autosizes textarea to size of it's contents.",
"version": "0.1.3",
"main": "dist/index.js",
"main": "dist/umd/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
@ -14,7 +14,7 @@
"clean": "rm -rf dist",
"lint": "github-lint",
"prebuild": "npm run clean && npm run lint && mkdir dist",
"build": "tsc",
"build": "tsc --outDir dist/umd/ --module umd && tsc",
"test": "echo",
"pretest": "npm run build",
"prepublishOnly": "npm run build",