settings-lib
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -0,1 +1,5 @@ | ||
# v1.1.4 / 2020-11-10 | ||
* Updated dependencies | ||
# v1.1.3 / 2020-10-06 | ||
@@ -2,0 +6,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"main": "./dist/settings.js", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"author": "Joshua Thomas (http://github.com/brozeph)", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
"posttest": "nyc report --reporter=text-lcov | coveralls", | ||
"prepublish": "gulp build", | ||
"prepare": "gulp build", | ||
"pretest": "gulp clean && gulp lint", | ||
@@ -50,11 +50,11 @@ "test": "NODE_ENV=test nyc mocha ./test/src", | ||
"dependencies": { | ||
"@babel/runtime-corejs2": "^7.11.2", | ||
"@babel/runtime-corejs2": "^7.12.5", | ||
"yaml": "^1.10.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.11.6", | ||
"@babel/core": "^7.11.6", | ||
"@babel/plugin-transform-runtime": "^7.11.5", | ||
"@babel/preset-env": "^7.11.5", | ||
"@babel/register": "^7.11.5", | ||
"@babel/cli": "^7.12.1", | ||
"@babel/core": "^7.12.3", | ||
"@babel/plugin-transform-runtime": "^7.12.1", | ||
"@babel/preset-env": "^7.12.1", | ||
"@babel/register": "^7.12.1", | ||
"babel-eslint": "^10.1.0", | ||
@@ -70,5 +70,5 @@ "babel-plugin-istanbul": "^6.0.0", | ||
"gulp-sourcemaps": "^2.6.5", | ||
"mocha": "^8.1.3", | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
63842