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

Commit

Permalink
ex path
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Parkhisenko committed Dec 3, 2014
1 parent d9296cd commit 07feab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ path = require 'path'

module.exports =
configDefaults:
csslintExecutablePath: path.join __dirname, '..', 'node_modules', '.bin'
csslintExecutablePath: path.join __dirname, '..', 'node_modules', 'csslint', '.bin'

activate: ->
console.log 'activate linter-csslint'

0 comments on commit 07feab3

Please sign in to comment.