1.0.0-beta6

This commit is contained in:
Tobias Koppers 2014-01-10 10:49:30 +01:00
parent d6230bb078
commit a9fc61ff1a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
(The MIT License)
Copyright (c) 2012 - 2013 Tobias Koppers
Copyright (c) 2012 - 2014 Tobias Koppers
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

View File

@ -1,6 +1,6 @@
{
"name": "webpack",
"version": "1.0.0-beta5",
"version": "1.0.0-beta6",
"author": "Tobias Koppers @sokra",
"description": "Packs CommonJs/AMD/Labeled Modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jade, coffee, css, less, ... and your custom stuff.",
"dependencies": {