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 #19 from d4k0/master
Browse files Browse the repository at this point in the history
This should fix #12/#16 and #13, i. e. "Package.activateConfig is deprec...
  • Loading branch information
johnwebbcole committed May 4, 2015
2 parents e6f9b90 + adf33cd commit 0c98de6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions lib/init.coffee
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
path = require 'path'

module.exports =
configDefaults:
htmlhintExecutablePath: path.join __dirname, '..', 'node_modules', 'htmlhint', 'bin'
config:
htmlhintExecutablePath:
default: path.join __dirname, '..', 'node_modules', 'htmlhint', 'bin'
title: 'HTMLHint Executable Path'
type: 'string'

activate: ->
console.log 'activate linter-htmlhint'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "linter-htmlhint",
"linter-package": true,
"activationEvents": [],
"activationCommands": {},
"main": "./lib/init",
"version": "0.0.13",
"description": "Linter plugin for HTML, using htmlhint",
Expand Down

0 comments on commit 0c98de6

Please sign in to comment.