Skip to content

Commit

Permalink
Release minor 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Apr 5, 2015
1 parent 18c57e4 commit 9ca5cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Jason Kuhrt <jasonkuhrt@me.com> (http://jasonkuhrt.com/)",
"name": "bootstrap-webpack-plugin",
"homepage": "https://github.com/jasonkuhrt/bootstrap-webpack-plugin",
"version": "0.0.1",
"version": "0.1.0",
"main": "build/index.js",
"description": "Automatically generate index.html for your application.",
"devDependencies": {
Expand All @@ -27,4 +27,4 @@
"bugs": {
"url": "https://github.com/jasonkuhrt/bootstrap-webpack-plugin/issues"
}
}
}

1 comment on commit 9ca5cf0

@jasonkuhrt
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@luigy @stresslimit @sssyed Working on any webpack projects? Would be great if you tried using this and provide any issues you run into. In general it should make your bootstrapping life a lot better! I'm already "cannot go back to how things were" feeling with this.

Please sign in to comment.