diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..15af1aa --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.xpi diff --git a/index.js b/index.js index 0b4470b..9cb5c6f 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,6 @@ var button = ToggleButton({ } } }) -//
function enableMonitor() { console.log("Enabling clipboard monitor") diff --git a/package.json b/package.json index ae9d9f3..9e2dcd2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ + { "title": "Clipboard Inserter", "name": "clipboard-inserter", - "version": "0.0.1", + "version": "0.1.0", "description": "A simple addon whose purpose is to automatically insert contents of clipboard into the page. Uses icon made by Google from www.flaticon.com licensed by CC 3.0 BY", "main": "index.js", "author": "Yoitsumi",