view package.json @ 80:86daedfccb43

Remove click event on the link itself
author nanaya <me@nanaya.pro>
date Sat, 03 Oct 2020 02:15:58 +0900
parents 20c42dd14d17
children 9c8cde985caf
line wrap: on
line source

{
  "name": "ec-userscripts",
  "version": "1.0.0",
  "license": "MIT",
  "scripts": {
    "lint": "standard *.user.js"
  },
  "dependencies": {
    "standard": "^14.3.3"
  }
}