File tree 6 files changed +12
-6
lines changed
cspell-lib/test-cspell-lib-rollup
cspell-pipe/test-cspell-pipe-rollup
cspell-types/test-cspell-types-rollup
6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env node
2
- /* eslint-disable node/shebang */
3
2
4
3
const { run } = require ( './dist/index.cjs' ) ;
5
4
run ( ) ;
Original file line number Diff line number Diff line change 2
2
"name" : " test-cspell-lib" ,
3
3
"version" : " 6.18.1" ,
4
4
"description" : " Pure testing package for cspell-lib." ,
5
- "bin" : " bin.mjs" ,
5
+ "bin" : {
6
+ "mjs" : " bin.mjs" ,
7
+ "csj" : " bin.cjs"
8
+ },
6
9
"type" : " module" ,
7
10
"private" : true ,
8
11
"scripts" : {
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env node
2
- /* eslint-disable node/shebang */
3
2
4
3
const assert = require ( 'assert' ) ;
5
4
const { sumValues } = require ( './dist/index.cjs' ) ;
Original file line number Diff line number Diff line change 3
3
"version" : " 6.18.1" ,
4
4
"description" : " Pure testing package for @cspell/cspell-pipe. It purpose is to verify @cspell/cspell-pipe dependencies." ,
5
5
"private" : true ,
6
- "bin" : " ./bin.mjs" ,
6
+ "bin" : {
7
+ "mjs" : " bin.mjs" ,
8
+ "csj" : " bin.cjs"
9
+ },
7
10
"browser" : " ./dist/browser.js" ,
8
11
"main" : " ./dist/index.cjs" ,
9
12
"module" : " ./dist/index.mjs" ,
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env node
2
- /* eslint-disable node/shebang */
3
2
4
3
const assert = require ( 'assert' ) ;
5
4
const { gatherIssues } = require ( './dist/index.cjs' ) ;
Original file line number Diff line number Diff line change 3
3
"version" : " 6.18.1" ,
4
4
"description" : " Pure testing package for @cspell/cspell-pipe. It purpose is to verify @cspell/cspell-pipe dependencies." ,
5
5
"private" : true ,
6
- "bin" : " ./bin.mjs" ,
6
+ "bin" : {
7
+ "mjs" : " bin.mjs" ,
8
+ "csj" : " bin.cjs"
9
+ },
7
10
"browser" : " ./dist/browser.js" ,
8
11
"main" : " ./dist/index.cjs" ,
9
12
"module" : " ./dist/index.mjs" ,
You can’t perform that action at this time.
0 commit comments