Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
update bot-solutions lib version 1.0.0-rc1 (#3317)
Browse files Browse the repository at this point in the history
* update bot-solutions lib version 1.0.0-rc1

* Add .npmrc file in Virtual Assistant and Skill Templates

Co-authored-by: Martin Battaglino <martinbatta32@gmail.com>
  • Loading branch information
lzc850612 and Batta32 committed Apr 28, 2020
1 parent 718e5dc commit 0bfe884
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class Copier {
templateFiles.set(`_.eslintignore`, `.eslintignore`);
templateFiles.set(`_.gitignore`, `.gitignore`);
templateFiles.set(`_.nycrc`, `.nycrc`);
templateFiles.set(`_.npmrc`, `.npmrc`);
templateFiles.set(
join(`src`, `bots`, `_defaultActivityHandler.ts`),
join(`src`, `bots`, `defaultActivityHandler.ts`)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
registry=https://botbuilder.myget.org/F/aitemplates/npm
always-auth=false
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"botbuilder-applicationinsights": "^4.8.0",
"botbuilder-azure": "^4.8.0",
"botbuilder-dialogs": "^4.8.0",
"bot-solutions": "^1.0.0",
"bot-solutions": "^1.0.0-rc1",
"botframework-config": "^4.8.0",
"botframework-connector": "^4.8.0",
"i18next": "^15.0.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class Copier {
templateFiles.set(`_.eslintrc.json`, `.eslintrc.json`);
templateFiles.set(`_.gitignore`, `.gitignore`);
templateFiles.set(`_.nycrc`, `.nycrc`);
templateFiles.set(`_.npmrc`, `.npmrc`);
templateFiles.set(
join(`pipeline`, `_sample-skill.yml`),
join(`pipeline`, `${newSkill.skillName}.yml`)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
registry=https://botbuilder.myget.org/F/aitemplates/npm
always-auth=false
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"botbuilder-applicationinsights": "^4.8.0",
"botbuilder-azure": "^4.8.0",
"botbuilder-dialogs": "^4.8.0",
"bot-solutions": "^1.0.0",
"bot-solutions": "^1.0.0-rc1",
"botframework-config": "^4.8.0",
"botframework-connector": "^4.8.0",
"dotenv": "^6.0.0",
Expand Down

0 comments on commit 0bfe884

Please sign in to comment.