From 386767868eaffec73986d5da4db11965259733ac Mon Sep 17 00:00:00 2001 From: probablycorey Date: Tue, 28 Jan 2014 11:24:53 -0800 Subject: [PATCH] Remove activation events comment I think we all agree that it would be better if we didn't have to deal with activationEvents. But for now I'm leaving this in because it is required. --- docs/your-first-package.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/your-first-package.md b/docs/your-first-package.md index 51bd86672..30ff05428 100644 --- a/docs/your-first-package.md +++ b/docs/your-first-package.md @@ -74,8 +74,6 @@ its not there! To fix this open _package.json_ and find the property called delay a package's activation until it's needed. So add the `ascii-art:convert` to the activationEvents array: -IT SEEMS LIKE ACTIVATION EVENTS SHOULDN'T BE REQUIRED HERE. WHAT AM I MISSING? - ```coffeescript "activationEvents": ["ascii-art:convert"], ```