File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env deno run
2
2
/* eslint-disable no-console */
3
- import * as msgpack from "https://esm.sh/@msgpack/msgpack" ;
3
+ import * as msgpack from "https://esm.sh/@msgpack/msgpack/mod.ts " ;
4
4
5
5
console . log ( msgpack . decode ( msgpack . encode ( "Hello, world!" ) ) ) ;
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env deno run
2
2
/* eslint-disable no-console */
3
- import * as msgpack from "https://unpkg.com/@msgpack/msgpack?module " ;
3
+ import * as msgpack from "https://unpkg.com/@msgpack/msgpack/mod.ts " ;
4
4
5
5
console . log ( msgpack . decode ( msgpack . encode ( "Hello, world!" ) ) ) ;
Original file line number Diff line number Diff line change 90
90
"webpack-cli" : " latest"
91
91
},
92
92
"files" : [
93
+ " mod.ts" ,
93
94
" src/**/*.*" ,
94
95
" dist/**/*.*" ,
95
96
" dist.es5+umd/**/*.*" ,
You can’t perform that action at this time.
0 commit comments