Skip to content

Commit

Permalink
Incremented version to 1.0.2.
Browse files Browse the repository at this point in the history
Updated NPM dependencies.
  • Loading branch information
BTOdell committed Aug 21, 2018
1 parent fefa2cf commit 1cf534a
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 90 deletions.
167 changes: 80 additions & 87 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
@@ -1,6 +1,6 @@
{
"name": "replace-url-html-webpack-plugin",
"version": "1.0.1",
"version": "1.0.2",
"description": "Updates the URLs for existing script (JS) and link (CSS) elements in an HTML template with URLs generated by Webpack",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -29,11 +29,11 @@
"homepage": "https://www.einheit.tech/",
"devDependencies": {
"@types/html-webpack-plugin": "^3.2.0",
"@types/webpack": "^4.4.9",
"@types/webpack": "^4.4.10",
"html-webpack-plugin": "^3.2.0",
"tslint": "^5.11.0",
"typescript": "^3.0.1",
"webpack": "^4.16.4",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 1cf534a

Please sign in to comment.