File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1616 "url" : " https://github.com/googlemaps/js-api-loader.git"
1717 },
1818 "license" : " Apache-2.0" ,
19- "main" : " dist/index.umd.js" ,
20- "module" : " dist/index.mjs" ,
21- "types" : " dist/index.d.ts" ,
19+ "main" : " dist/index.mjs" ,
2220 "files" : [
2321 " dist/" ,
2422 " src/"
2523 ],
2624 "scripts" : {
27- "docs" : " typedoc src/index.ts && cp -r dist docs/dist && cp -r examples docs/examples" ,
28- "format" : " eslint . --fix" ,
25+ "prepack" : " npm run build" ,
2926 "lint" : " eslint ." ,
30- "prepack" : " rm -rf dist && rollup -c" ,
31- "test" : " NODE_OPTIONS='--experimental-vm-modules --disable-warning=ExperimentalWarning' jest ./src"
27+ "test" : " NODE_OPTIONS='--experimental-vm-modules --disable-warning=ExperimentalWarning' jest ./src" ,
28+ "build" : " rm -rf dist && rollup -c" ,
29+ "docs" : " typedoc src/index.ts && npm run build && cp -r dist docs/dist && cp -r examples docs/examples" ,
30+ "format" : " eslint . --fix"
3231 },
3332 "dependencies" : {
3433 "@types/google.maps" : " ^3.53.1"
You can’t perform that action at this time.
0 commit comments