move autoflow into lib dir

This commit is contained in:
Ben Ogle 2013-07-22 16:29:37 -07:00
parent 173c47f780
commit cf3de0e8dc
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
'main': 'autoflow'
'main': './lib/autoflow'
'description': 'Format the current paragraph to have lines no longer than 80 characters.\n\nThis packages uses the config value of `editor.preferredLineLength` when set.'
'activationEvents':
'autoflow:reflow-paragraph': '.editor'