Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tricoder42 committed Sep 12, 2016
1 parent 0826e67 commit 9d32633
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "mocha-loader",
"version": "0.7.1",
"author": "Tobias Koppers @sokra",
"description": "mocha loader module for webpack",
"repository" : {
"type" : "git",
"url" : "https://github.com/webpack/mocha-loader"
},
"peerDependencies": {
"mocha": "^2.0.1 || ^3.0.0"
},
"dependencies": {
"script-loader": "~0.7.0",
"css-loader": "~0.23.1",
"style-loader": "~0.13.1",
"loader-utils": "~0.2.15"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
"name": "mocha-loader",
"version": "0.8.0",
"author": "Tobias Koppers @sokra",
"description": "mocha loader module for webpack",
"repository": {
"type": "git",
"url": "https://github.com/webpack/mocha-loader"
},
"peerDependencies": {
"mocha": "^2.0.1 || ^3.0.0"
},
"dependencies": {
"script-loader": "~0.7.0",
"css-loader": "~0.23.1",
"style-loader": "~0.13.1",
"loader-utils": "~0.2.15"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}

0 comments on commit 9d32633

Please sign in to comment.