Skip to content

Commit

Permalink
npm publish (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
rviscomi authored Jul 31, 2023
1 parent 2c2f9ad commit 76d62d8
Show file tree
Hide file tree
Showing 10 changed files with 135 additions and 101 deletions.
4 changes: 2 additions & 2 deletions crx/capo.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crx/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Capo: get your ﹤𝚑𝚎𝚊𝚍﹥ in order",
"description": "Visualize the optimal ordering of ﹤𝚑𝚎𝚊𝚍﹥ elements on any web page",
"version": "1.4.5",
"version": "1.4.6",
"permissions": [
"scripting",
"activeTab",
Expand Down
2 changes: 1 addition & 1 deletion crx/options/options.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
{
"name": "capo",
"version": "1.4.0",
"description": "Get your head in order",
"name": "@rviscomi/capo.js",
"version": "1.4.6",
"description": "Get your ﹤𝚑𝚎𝚊𝚍﹥ in order",
"author": "Rick Viscomi",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/rviscomi/capo.js.git"
},
"bugs": {
"url": "https://github.com/rviscomi/capo.js/issues"
},
"homepage": "https://rviscomi.github.io/capo.js/",
"type": "module",
"main": "src/main.js",
"directories": {
"doc": "docs"
},
Expand Down
Loading

0 comments on commit 76d62d8

Please sign in to comment.