A Firefox extension that adds a link to the raw patch view on GitHub commit pages
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415
  1. {
  2. "name": "patch-viewer",
  3. "version": "0.1.0",
  4. "description": "Add a link to the raw patch view on GitHub commit pages",
  5. "main": "patch-viewer.js",
  6. "scripts": {
  7. "dev": "web-ext run --source-dir ext",
  8. "build": "web-ext build --source-dir ext"
  9. },
  10. "author": "Dylan Baker <dylan@simulacrum.party>",
  11. "license": "MIT",
  12. "devDependencies": {
  13. "web-ext": "^5.4.1"
  14. }
  15. }