Skip to content

Commit 76d62d8

Browse files
authored
npm publish (#82)
1 parent 2c2f9ad commit 76d62d8

File tree

10 files changed

+135
-101
lines changed

10 files changed

+135
-101
lines changed

crx/capo.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crx/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Capo: get your ﹤𝚑𝚎𝚊𝚍﹥ in order",
44
"description": "Visualize the optimal ordering of ﹤𝚑𝚎𝚊𝚍﹥ elements on any web page",
5-
"version": "1.4.5",
5+
"version": "1.4.6",
66
"permissions": [
77
"scripting",
88
"activeTab",

crx/options/options.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
{
2-
"name": "capo",
3-
"version": "1.4.0",
4-
"description": "Get your head in order",
2+
"name": "@rviscomi/capo.js",
3+
"version": "1.4.6",
4+
"description": "Get your ﹤𝚑𝚎𝚊𝚍﹥ in order",
55
"author": "Rick Viscomi",
66
"license": "Apache-2.0",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/rviscomi/capo.js.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/rviscomi/capo.js/issues"
13+
},
14+
"homepage": "https://rviscomi.github.io/capo.js/",
15+
"type": "module",
16+
"main": "src/main.js",
717
"directories": {
818
"doc": "docs"
919
},

0 commit comments

Comments
 (0)