Skip to content

Commit 4e42a40

Browse files
committed
release 0.8
1 parent 694a6b8 commit 4e42a40

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack",
3-
"version": "0.8.0-beta4",
3+
"version": "0.8.0",
44
"author": "Tobias Koppers @sokra",
55
"description": "Packs CommonJs/AMD Modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loading of js, json, jade, coffee, css, ... out of the box and more with custom loaders.",
66
"dependencies": {
@@ -30,10 +30,10 @@
3030
],
3131
"devDependencies": {
3232
"worker-loader": "0.1.x",
33-
"mocha": "*",
34-
"should": "*",
35-
"vm-browserify": "*",
36-
"express": "*",
33+
"mocha": "1.3.x",
34+
"should": "1.1.x",
35+
"vm-browserify": "0.0.x",
36+
"express": "3.0.x",
3737
"webpack-dev-middleware": "0.5.x"
3838
},
3939
"engines": {

0 commit comments

Comments
 (0)