Files
atom/spec/fixtures/packages/package-with-empty-activation-hooks/package.json
Joe Fitzgerald b3b046aa66 Add activationHooks To package.json
- Trigger the `{grammar-package-name}:grammar-used` hook when grammar is set for tokenized-buffer
2015-07-09 02:33:17 -04:00

6 lines
99 B
JSON

{
"name": "package-with-empty-activation-hooks",
"version": "0.1.0",
"activationHooks": []
}