Prepare @azure-tools/adl release automation and add README

This commit is contained in:
David Wilson 2021-01-22 15:25:11 -08:00
Родитель ba9e579b11
Коммит f97bbffe71
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1,13 +1,13 @@
{
"name": "@azure-tools/adl.language",
"version": "0.1.0",
"description": "ADL langauge",
"name": "@azure-tools/adl",
"version": "0.1.300",
"description": "ADL Compiler Preview",
"main": "dist/main.js",
"bin": {
"adl": "dist/lib/cli.js"
},
"engines": {
"node": ">=10.12.0"
"node": ">=12.0.0"
},
"scripts": {
"eslint-fix": "eslint . --fix --ext .ts",