allow-scripts
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "allow-scripts", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Execute allowed `npm install` lifecycle scripts", | ||
@@ -24,8 +24,10 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "7.x.x", | ||
"@commitlint/config-conventional": "7.x.x", | ||
"code": "5.x.x", | ||
"lab": "18.x.x", | ||
"@commitlint/cli": "8.x.x", | ||
"@commitlint/config-conventional": "8.x.x", | ||
"@hapi/code": "^5.3.1", | ||
"@hapi/lab": "^19.1.0", | ||
"@semantic-release/npm": "git+https://github.com/dominykas/semantic-release-npm.git#otp-url-with-version", | ||
"mkdirp": "0.5.x", | ||
"rimraf": "2.x.x", | ||
"semantic-release": "15.x.x", | ||
"sinon": "7.x.x" | ||
@@ -42,7 +44,5 @@ }, | ||
}, | ||
"release": { | ||
"npmPublish": false, | ||
"tarballDir": ".", | ||
"assets": "allow-scripts-*.tgz" | ||
"allowScripts": { | ||
"core-js": false | ||
} | ||
} |
8695
9