Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from skylineproject/fixdc
Browse files Browse the repository at this point in the history
Repaired 2 deprecation cop errors per #14
  • Loading branch information
kevinsawicki committed May 22, 2015
2 parents 79be607 + 7a21f0c commit 659a02b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions lib/init.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module.exports =
configDefaults:
javaExecutablePath: null
config:
javaExecutablePath:
type: 'string'
default: null

activate: ->
console.log 'activate linter-javac'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "linter-javac",
"linter-package": true,
"activationEvents": [],
"activationCommands": [],
"main": "./lib/init",
"version": "0.1.3",
"description": "Lint Java on the fly, using javac",
Expand Down

0 comments on commit 659a02b

Please sign in to comment.