Skip to content

Commit 5891715

Browse files
committed
sorted dependencies in package.json
1 parent bffe603 commit 5891715

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
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": {
7+
"async": "~0.9.0",
8+
"clone": "~0.1.15",
9+
"enhanced-resolve": "~0.8.2",
710
"esprima": "~1.2.0",
811
"interpret": "^0.5.2",
12+
"memory-fs": "~0.2.0",
913
"mkdirp": "~0.5.0",
14+
"node-libs-browser": "~0.4.0",
1015
"optimist": "~0.6.0",
16+
"supports-color": "^1.2.0",
17+
"tapable": "~0.1.8",
1118
"uglify-js": "~2.4.13",
12-
"async": "~0.9.0",
13-
"enhanced-resolve": "~0.8.2",
14-
"memory-fs": "~0.2.0",
15-
"clone": "~0.1.15",
16-
"webpack-core": "~0.6.0",
17-
"node-libs-browser": "~0.4.0",
1819
"watchpack": "^0.2.1",
19-
"tapable": "~0.1.8",
20-
"supports-color": "^1.2.0"
20+
"webpack-core": "~0.6.0"
2121
},
2222
"licenses": [
2323
{

0 commit comments

Comments
 (0)