This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +19
-9
lines changed
botbuilder-adapter-facebook
botbuilder-adapter-hangouts
botbuilder-adapter-twilio-sms Expand file tree Collapse file tree 9 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 7
7
"test" : " lerna run build ; lerna run test" ,
8
8
"build-docs" : " lerna run build-docs" ,
9
9
"eslint" : " ./node_modules/.bin/eslint ./packages/*/src/*.ts ./packages/*/src/**/*.ts" ,
10
- "eslint-fix" : " ./node_modules/.bin/eslint ./packages/*/src/*.ts ./packages/*/src/**/*.ts --fix"
10
+ "eslint-fix" : " ./node_modules/.bin/eslint ./packages/*/src/*.ts ./packages/*/src/**/*.ts --fix" ,
11
+ "lerna:pack" : " lerna run pack"
11
12
},
12
13
"devDependencies" : {
13
14
"@typescript-eslint/eslint-plugin" : " ^5.5.0" ,
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"build" : " tsc" ,
13
13
"test" : " tsc ; nyc mocha tests/*.tests.js" ,
14
- "eslint" : " ./node_modules/.bin/eslint --fix src/*"
14
+ "eslint" : " ./node_modules/.bin/eslint --fix src/*" ,
15
+ "pack" : " npm pack"
15
16
},
16
17
"author" : " Microsoft Corp." ,
17
18
"license" : " MIT" ,
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"build" : " tsc" ,
13
13
"test" : " tsc ; nyc mocha tests/*.tests.js" ,
14
- "eslint" : " ./node_modules/.bin/eslint --fix src/*"
14
+ "eslint" : " ./node_modules/.bin/eslint --fix src/*" ,
15
+ "pack" : " npm pack"
15
16
},
16
17
"author" : " Microsoft Corp." ,
17
18
"license" : " MIT" ,
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"build" : " tsc" ,
13
13
"test" : " tsc ; nyc mocha tests/*.tests.js" ,
14
- "eslint" : " ./node_modules/.bin/eslint --fix src/*"
14
+ "eslint" : " ./node_modules/.bin/eslint --fix src/*" ,
15
+ "pack" : " npm pack"
15
16
},
16
17
"author" : " Microsoft Corp." ,
17
18
"license" : " MIT" ,
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"build" : " tsc" ,
13
13
"test" : " tsc ; nyc mocha tests/*.tests.js" ,
14
- "eslint" : " ./node_modules/.bin/eslint --fix src/*"
14
+ "eslint" : " ./node_modules/.bin/eslint --fix src/*" ,
15
+ "pack" : " npm pack"
15
16
},
16
17
"author" : " Microsoft Corp." ,
17
18
"license" : " MIT" ,
Original file line number Diff line number Diff line change 12
12
"scripts" : {
13
13
"build" : " tsc" ,
14
14
"test" : " tsc ; nyc mocha tests/*.tests.js" ,
15
- "eslint" : " ./node_modules/.bin/eslint --fix src/*"
15
+ "eslint" : " ./node_modules/.bin/eslint --fix src/*" ,
16
+ "pack" : " npm pack"
16
17
},
17
18
"author" : " Microsoft Corp." ,
18
19
"license" : " MIT" ,
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"build" : " tsc" ,
13
13
"test" : " tsc ; nyc mocha tests/*.tests.js" ,
14
- "eslint" : " ./node_modules/.bin/eslint --fix src/*"
14
+ "eslint" : " ./node_modules/.bin/eslint --fix src/*" ,
15
+ "pack" : " npm pack"
15
16
},
16
17
"author" : " Microsoft Corp." ,
17
18
"license" : " MIT" ,
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"build" : " tsc" ,
13
13
"eslint" : " ./node_modules/.bin/eslint --fix src/*" ,
14
- "test" : " tsc ; nyc mocha tests/*.tests.js"
14
+ "test" : " tsc ; nyc mocha tests/*.tests.js" ,
15
+ "pack" : " npm pack"
15
16
},
16
17
17
18
"license" : " MIT" ,
Original file line number Diff line number Diff line change 2
2
"name" : " generator-botkit" ,
3
3
"version" : " 4.10.0" ,
4
4
"description" : " Automatically generate a Botkit application template for any supported platform" ,
5
- "scripts" : {},
5
+ "scripts" : {
6
+ "pack" : " npm pack"
7
+ },
6
8
"files" : [
7
9
" generators"
8
10
],
You can’t perform that action at this time.
0 commit comments