File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2020 node-version : " 16.x"
2121 registry-url : " https://registry.npmjs.org"
2222 - name : Publish package on NPM
23- run : cd webcomponent && npm publish --access public
23+ run : cd webcomponent && npm publish
2424 env :
2525 NODE_AUTH_TOKEN : ${{ secrets.NPM_PASSWORD }}
Original file line number Diff line number Diff line change 1- class CDXSummary extends HTMLElement {
1+ export class CDXSummary extends HTMLElement {
22 PETABOX = 'https://archive.org/download/' ;
33 WAYBACK = 'https://web.archive.org/web/' ;
44 CLIREPO = 'https://github.com/internetarchive/cdx-summary' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @internetarchive/cdxsummary" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "description" : " A Web Component to render CDX Summary JSON files" ,
55 "main" : " cdxsummary.js" ,
6+ "module" : " cdxsummary.js" ,
7+ "publishConfig" : {
8+ "access" : " public"
9+ },
610 "scripts" : {
711 "test" : " echo \" Error: no test specified\" && exit 1"
812 },
You can’t perform that action at this time.
0 commit comments