Skip to content

Commit 1c6d011

Browse files
committed
0.11.15
1 parent 81203a3 commit 1c6d011

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack",
3-
"version": "0.11.14",
3+
"version": "0.11.15",
44
"author": "Tobias Koppers @sokra",
55
"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.",
66
"dependencies": {
@@ -56,6 +56,7 @@
5656
"web": "lib/webpack.web.js",
5757
"bin": "./bin/webpack.js",
5858
"scripts": {
59-
"test": "mocha --reporter spec"
59+
"test": "mocha --reporter spec",
60+
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
6061
}
6162
}

0 commit comments

Comments
 (0)