From 649f023d9c5066a85c114dc2d8bcd1feb4303158 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Sat, 9 Aug 2014 02:24:08 -0300 Subject: [PATCH] Fixes #59. Remove ActivationEvents to allow for beautifyOnSave. --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 058d505..60d06f9 100644 --- a/package.json +++ b/package.json @@ -89,8 +89,5 @@ "node-uuid": "^1.4.1", "analytics-node": "^1.0.2", "coffee-formatter": "git+https://github.com/Glavin001/Coffee-Formatter.git" - }, - "activationEvents": [ - "beautify" - ] + } }