Skip to content

Commit

Permalink
scrap -> notion
Browse files Browse the repository at this point in the history
  • Loading branch information
denkiwakame committed Jan 6, 2024
1 parent a76df4c commit f68f27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"format": "prettier --write src/js --check",
"format:check": "prettier src/js --check",
"pack": "npm run pack:keygen && npm run pack:zip",
"pack:zip": "crx pack -p key.pem -o packages/arxiv2notion.crx --zip-output packages/arXiv2scrap.chrome.zip dist",
"pack:zip": "crx pack -p key.pem -o packages/arxiv2notion.crx --zip-output packages/arxiv2notion.chrome.zip dist",
"pack:keygen": "if [ ! -f key.pem ] ; then crx keygen ./ ; fi"
},
"devDependencies": {
Expand Down

0 comments on commit f68f27e

Please sign in to comment.