Skip to content

Commit

Permalink
minor code reformat, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bholloway committed Oct 20, 2020
1 parent 871d0f9 commit 677dc1a
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion codec/utility/get-context-directory.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var path = require('path');
var path = require('path');

/**
* Infer the compilation context directory from options.
Expand Down
4 changes: 2 additions & 2 deletions codec/utility/get-output-directory.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var path = require('path'),
fs = require('fs');
var path = require('path'),
fs = require('fs');

var getContextDirectory = require('./get-context-directory');

Expand Down
54 changes: 27 additions & 27 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"homepage": "https://github.com/bholloway/adjust-sourcemap-loader",
"dependencies": {
"loader-utils": "^2.0.0",
"regex-parser": "2.2.10"
"regex-parser": "^2.2.11"
},
"devDependencies": {
"jshint": "^2.10.1"
"jshint": "^2.12.0"
},
"scripts": {
"lint": "jshint index.js lib"
"lint": "jshint index.js lib codec"
}
}

0 comments on commit 677dc1a

Please sign in to comment.