aboutsummaryrefslogtreecommitdiff
path: root/node_modules/webpack-sources/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-14 05:01:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-14 05:02:09 +0200
commit363723fc84f7b8477592e0105aeb331ec9a017af (patch)
tree29f92724f34131bac64d6a318dd7e30612e631c7 /node_modules/webpack-sources/package.json
parent5634e77ad96bfe1818f6b6ee70b7379652e5487f (diff)
node_modules
Diffstat (limited to 'node_modules/webpack-sources/package.json')
-rw-r--r--node_modules/webpack-sources/package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/node_modules/webpack-sources/package.json b/node_modules/webpack-sources/package.json
index e5d6c4634..67fbbad55 100644
--- a/node_modules/webpack-sources/package.json
+++ b/node_modules/webpack-sources/package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-sources",
- "version": "0.2.3",
+ "version": "1.0.1",
"description": "Source code handling classes for webpack",
"main": "./lib/index.js",
"scripts": {
@@ -15,19 +15,19 @@
"publish-patch": "npm test && npm version patch && git push && git push --tags && npm publish"
},
"dependencies": {
- "source-map": "~0.5.3",
- "source-list-map": "^1.1.1"
+ "source-list-map": "^2.0.0",
+ "source-map": "~0.5.3"
},
"devDependencies": {
"beautify-lint": "^1.0.3",
"codecov.io": "^0.1.6",
"coveralls": "^2.11.6",
- "eslint": "^1.1.0",
+ "eslint": "^3.19.0",
"eslint-plugin-nodeca": "^1.0.3",
"istanbul": "^0.4.1",
"js-beautify": "^1.5.10",
- "mocha": "^2.3.4",
- "should": "^8.0.2"
+ "mocha": "^3.4.2",
+ "should": "^11.2.1"
},
"files": [
"lib/"