Skip to content

Commit

Permalink
removed lazy-req
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianBuhl committed Oct 17, 2020
1 parent 233b9ab commit 6364889
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 12 deletions.
4 changes: 1 addition & 3 deletions lib/lizard-linter.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

import { CompositeDisposable } from 'atom';

const importLazy = require('import-lazy')(require);

const atomLinter = importLazy('atom-linter');
const atomLinter = require('atom-linter');

export default {
subscriptions: null,
Expand Down
74 changes: 67 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"dependency-check": "^4.1.0",
"import-lazy": "^4.0.0"
"atom-linter": "^10.0.0",
"dependency-check": "^4.1.0"
},
"providedServices": {
"linter": {
Expand Down

0 comments on commit 6364889

Please sign in to comment.