Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 0b72671

Browse files
authored
Merge pull request #145 from microsoft/vishwac/translate-fixes
Ludown translate fixes
2 parents 3810357 + cf4398b commit 0b72671

File tree

4 files changed

+161
-165
lines changed

4 files changed

+161
-165
lines changed

packages/luis/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"author": "Microsoft",
55
"bugs": "https://github.com/microsoft/botframework-cli/issues",
6+
"main": "parser/index.js",
67
"dependencies": {
78
"@microsoft/bf-cli-command": "1.0.0",
89
"@oclif/config": "~1.13.3",
@@ -38,6 +39,7 @@
3839
},
3940
"files": [
4041
"/lib",
42+
"/parser",
4143
"/npm-shrinkwrap.json",
4244
"/oclif.manifest.json"
4345
],

packages/luis/parser/lufile/exports.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)