A Firefox extension that adds a link to the raw patch view on GitHub commit pages
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }