Files
atom/spec/fixtures/packages/package-with-uri-handler/package.json
Michelle Tilley 5e43084cd3 url -> URI
2017-10-17 15:23:10 -07:00

7 lines
90 B
JSON

{
"name": "package-with-uri-handler",
"uriHandler": {
"method": "handleURI"
}
}