Skip to content

Commit af7cac3

Browse files
committed
updated deps
1 parent d5b50eb commit af7cac3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "webpack",
3-
"version": "0.9.0-beta12",
3+
"version": "0.9.0-beta13",
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 loaders to preprocess files, i.e. json, jade, coffee, css, less, ... and your custom stuff.",
66
"dependencies": {
77
"esprima": "1.0.x",
88
"mkdirp": "0.3.x",
9-
"optimist": "0.2.x",
9+
"optimist": "0.3.x",
1010
"uglify-js": "2.2.x",
11-
"async": "0.1.x",
11+
"async": "0.2.x",
1212
"enhanced-resolve": "0.5.x",
1313
"clone": "0.1.x",
1414
"webpack-core": "0.1.x",

0 commit comments

Comments
 (0)