File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88 },
99 "author" : " Ghost Foundation" ,
1010 "license" : " MIT" ,
11- "main" : " index.js" ,
12- "types" : " lib/UrlUtils .d.ts" ,
11+ "main" : " lib/ index.js" ,
12+ "types" : " lib/index .d.ts" ,
1313 "scripts" : {
1414 "dev" : " echo \" Implement me!\" " ,
1515 "pretest" : " yarn build" ,
1616 "test" : " NODE_ENV=testing c8 --src lib --all --reporter text --reporter cobertura --reporter html mocha './test/**/*.test.js'" ,
1717 "build" : " tsc -p tsconfig.json" ,
18- "lint" : " eslint src test index.js --ext .js,.ts --cache" ,
18+ "lint" : " eslint src test --ext .js,.ts --cache" ,
1919 "prepare" : " NODE_ENV=production yarn build" ,
2020 "posttest" : " yarn lint"
2121 },
2222 "files" : [
23- " lib/" ,
24- " index.js"
23+ " lib/"
2524 ],
2625 "publishConfig" : {
2726 "access" : " public"
Original file line number Diff line number Diff line change 1+ import UrlUtils from './UrlUtils' ;
2+
3+ export = UrlUtils ;
You can’t perform that action at this time.
0 commit comments