File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
6
6
< title > Logga browser test</ title >
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
8
- < script src ="./dist/browser.js "> </ script >
8
+ < script src ="./dist/browser/index .js "> </ script >
9
9
</ head >
10
10
< body >
11
11
< style >
Original file line number Diff line number Diff line change 4
4
"description" : " Unified logging across related Javascript modules" ,
5
5
"main" : " dist/lib/index.js" ,
6
6
"types" : " dist/lib/index.d.ts" ,
7
- "browser" : " dist/browser/index.js" ,
8
7
"browserslist" : [
9
8
" > 0.2%" ,
10
9
" not dead"
18
17
"test" : " jest --runInBand" ,
19
18
"test:cover" : " jest --runInBand --collectCoverage" ,
20
19
"test:browser" : " jest --env=jsdom" ,
21
- "build" : " tsc && parcel build index.ts -d dist/browser --public-url . --global logga"
20
+ "build" : " tsc && parcel build index.ts --out-dir dist/browser --global logga"
22
21
},
23
22
"repository" : {
24
23
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments