From 0306e0c797e9b39650f8da6d505067c4b0c2e5ba Mon Sep 17 00:00:00 2001 From: yeguibin Date: Tue, 26 Dec 2017 21:57:51 +0800 Subject: [PATCH] Update package.json --- .gitignore | 2 ++ package.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4bf6536..4867c38 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ jspm_packages # Optional REPL history .node_repl_history + +package-lock.json diff --git a/package.json b/package.json index a391452..1b87f65 100644 --- a/package.json +++ b/package.json @@ -42,13 +42,13 @@ }, "homepage": "https://github.com/ddvjs/ddv-util#readme", "devDependencies": { - "babel-core": "^6.22.1", - "babel-loader": "^6.2.10", + "babel-core": "^6.26.0", "babel-eslint": "^7.0.0", + "babel-loader": "^6.4.1", "babel-preset-es2015": "^6.22.0", "eslint": "^3.10.2", - "eslint-plugin-html": "^1.3.0", "eslint-config-standard": "^6.2.1", + "eslint-plugin-html": "^1.3.0", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-standard": "^2.0.1", "webpack": "^2.2.0"