Skip to content

Commit 4656133

Browse files
committed
script-loader updated
1 parent c41e153 commit 4656133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack",
3-
"version": "0.8.0-beta2",
3+
"version": "0.8.0-beta3",
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": {
@@ -17,7 +17,7 @@
1717
"css-loader": "0.2.x",
1818
"less-loader": "0.2.x",
1919
"style-loader": "0.2.x",
20-
"script-loader": "0.2.x",
20+
"script-loader": "0.3.x",
2121
"bundle-loader": "0.3.x",
2222
"file-loader": "0.1.x",
2323
"val-loader": "0.2.x"

0 commit comments

Comments
 (0)