This commit is contained in:
Stephen Weatherford 2017-11-14 19:23:34 -08:00 коммит произвёл Stephen Weatherford
Родитель 6dc9d6ecff
Коммит 2188f77c94
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -484,8 +484,8 @@
"vscode:prepublish": "tsc -p ./",
"compile": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"antlr4ts": "antlr4ts -visitor ./grammar/mongo.g4 -o ./src",
"test": "node ./node_modules/vscode/bin/test"
"test": "node ./node_modules/vscode/bin/test",
"antlr4ts": "antlr4ts -visitor ./grammar/mongo.g4 -o ./src"
},
"devDependencies": {
"@types/copy-paste": "^1.1.30",