Skip to content

Commit

Permalink
fix import coffeelint (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
FFxSquall authored and lkytal committed Jan 19, 2018
1 parent 5e82290 commit a906035
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coffeelint-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"compile": "installServerIntoExtension ../coffeelint ./package.json ./tsconfig.json && tsc -p .",
"watch": "installServerIntoExtension ../coffeelint ./package.json ./tsconfig.json && tsc --watch -p ."
}
}
}
2 changes: 1 addition & 1 deletion coffeelint-server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import * as path from 'path';
import * as fs from 'fs';
import * as coffeeLint from 'coffeeLint';
import * as coffeeLint from 'coffeelint';
const { URL } = require('url');

import {
Expand Down
4 changes: 4 additions & 0 deletions coffeelint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ This extension contributes the following settings:

## Release Notes

### 1.3.1

- Fix coffeelint import.

### 1.3.0

- Fix error that prevent workspace config to take effect.
Expand Down
2 changes: 1 addition & 1 deletion coffeelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "CoffeeScript linter for VS Code.",
"author": "lkytal",
"publisher": "lkytal",
"version": "1.3.0",
"version": "1.3.1",
"license": "GPL",
"repository": {
"type": "git",
Expand Down

0 comments on commit a906035

Please sign in to comment.