Skip to content

Commit

Permalink
Resolve package (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbschneider authored Nov 18, 2020
1 parent d5cdfeb commit 6c3e892
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ console.log(__("Missing Text"));
```
```
var path = require("path");
var I18nPlugin = require("@zainulbr/i18n-webpack-plugin");
var I18nPlugin = require("@matthewbschneider/i18n-webpack-plugin");
var languages = {
"en": null,
"de": require("./de.json")
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,8 @@
"example": "example",
"test": "test"
},
"dependencies": {}
"dependencies": {},
"resolutions": {
"mem": "^4.0.0"
}
}

0 comments on commit 6c3e892

Please sign in to comment.