Skip to content

Commit

Permalink
Merge pull request #1 from shifteee/master
Browse files Browse the repository at this point in the history
sync with upstream
  • Loading branch information
shifteee committed Mar 1, 2018
2 parents 2ed8687 + 4c8290a commit 1bffd3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module.exports = function(source) {
}

const req = loaderUtils.stringifyRequest( this, path );
this.addDependency(path);

result.push( `require(${req});` );
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bem-loader",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"homepage": "https://github.com/shifteee/bem-loader.git",
"main": "index.js",
Expand Down

0 comments on commit 1bffd3c

Please sign in to comment.