Skip to content

Commit

Permalink
Fixed to point the correct main function
Browse files Browse the repository at this point in the history
  • Loading branch information
TeroFrondelius committed Jan 24, 2017
1 parent bc98406 commit b0102f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/linter-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function provideLinter() {
return {
name: 'Example',
scope: 'file', // or 'project'
lintsOnChange: true, // or true
lints OnChange: true, // or true
grammarScopes: ['source.js'],
lint(textEditor) {
const editorPath = textEditor.getPath()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linter-example",
"main": "index.js",
"main": "lib/linter-example.js",
"version": "0.0.0",
"private": true,
"description": "My Linter Package",
Expand Down

0 comments on commit b0102f1

Please sign in to comment.