File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22 "name" : " @github/remote-input-element" ,
33 "version" : " 0.2.1" ,
44 "description" : " An input element that sends its value to a server endpoint and renders the response body." ,
5- "main" : " dist/index.js" ,
5+ "main" : " dist/umd/ index.js" ,
66 "module" : " dist/index.js" ,
77 "types" : " dist/index.d.ts" ,
88 "license" : " MIT" ,
1414 "clean" : " rm -rf dist" ,
1515 "lint" : " github-lint" ,
1616 "prebuild" : " npm run clean && npm run lint" ,
17- "build" : " tsc" ,
17+ "build" : " tsc --outDir dist/umd --module umd && tsc " ,
1818 "pretest" : " npm run build" ,
1919 "test" : " karma start test/karma.config.js" ,
2020 "prepublishOnly" : " npm run build" ,
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
33 "module" : " esnext" ,
4- "target" : " es2018" ,
4+ "target" : " es2017" ,
5+ "lib" : [" es2018" , " dom" ],
56 "strict" : true ,
67 "declaration" : true ,
78 "outDir" : " dist" ,
You can’t perform that action at this time.
0 commit comments