Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
roachjc committed Oct 13, 2017
1 parent 005b03a commit 8858e10
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<div align="center">
<a href="https://github.com/webpackmonitor/webpackmonitor">
<img src="roachjc.github.io/wpmlogo-smed.png">
</a>
</div>

# Webpack Monitor
Webpack Monitor is a configurable Webpack plugin that captures relevant statistics on your production builds, and an interactive analysis tool that helps developers better understand bundle composition and identify and prioritize optimization strategies.

Expand Down
6 changes: 5 additions & 1 deletion plugin/npm-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-monitor",
"version": "1.0.10",
"version": "1.0.11",
"description": "Monitor your production builds throughout the development process with rich analysis tool",
"homepage": "https://github.com/webpackmonitor/webpackmonitor",
"author": "Jon Roach, Gordon Yu, Balal Zuhair",
Expand All @@ -12,5 +12,9 @@
"express": "^4.15.5",
"opener": "^1.4.3",
"purify-css": "^1.2.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webpackmonitor/webpackmonitor"
}
}

0 comments on commit 8858e10

Please sign in to comment.