object-fields
Advanced tools
Comparing version 1.3.21 to 1.3.22
{ | ||
"name": "object-fields", | ||
"version": "1.3.21", | ||
"version": "1.3.22", | ||
"description": "Utility functions around nested object fields", | ||
@@ -10,20 +10,20 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "7.6.0", | ||
"@babel/core": "7.6.0", | ||
"@babel/plugin-proposal-object-rest-spread": "7.5.5", | ||
"@babel/register": "7.6.0", | ||
"@blackflux/eslint-plugin-rules": "1.3.9", | ||
"@blackflux/robo-config-plugin": "2.6.5", | ||
"@babel/cli": "7.7.0", | ||
"@babel/core": "7.7.2", | ||
"@babel/plugin-proposal-object-rest-spread": "7.6.2", | ||
"@babel/register": "7.7.0", | ||
"@blackflux/eslint-plugin-rules": "1.3.15", | ||
"@blackflux/robo-config-plugin": "2.6.17", | ||
"babel-eslint": "10.0.3", | ||
"chai": "4.2.0", | ||
"coveralls": "3.0.6", | ||
"eslint": "6.4.0", | ||
"coveralls": "3.0.7", | ||
"eslint": "6.6.0", | ||
"eslint-config-airbnb-base": "14.0.0", | ||
"eslint-plugin-import": "2.18.2", | ||
"eslint-plugin-json": "1.4.0", | ||
"eslint-plugin-markdown": "1.0.0", | ||
"eslint-plugin-mocha": "6.1.1", | ||
"js-gardener": "2.0.88", | ||
"eslint-plugin-json": "2.0.1", | ||
"eslint-plugin-markdown": "1.0.1", | ||
"eslint-plugin-mocha": "6.2.1", | ||
"js-gardener": "2.0.114", | ||
"nyc": "14.1.1", | ||
"semantic-release": "15.13.24" | ||
"semantic-release": "15.13.31" | ||
}, | ||
@@ -33,7 +33,7 @@ "scripts": { | ||
"build": "npx babel src --out-dir lib --copy-files --include-dotfiles --config-file ./.babelrc", | ||
"build-clean": "npm run clean && npm run build", | ||
"build-clean": "yarn run clean && yarn run build", | ||
"test-simple": "nyc mocha \"./test/**/*.spec.js\"", | ||
"test": "npm run clean && npm run gardener && npm run test-simple", | ||
"test": "yarn run clean && yarn run gardener && yarn run test-simple", | ||
"coveralls": "node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info", | ||
"semantic-release": "npm run build-clean && npx semantic-release", | ||
"semantic-release": "yarn run build-clean && npx semantic-release", | ||
"gardener": "node gardener", | ||
@@ -40,0 +40,0 @@ "docker": "docker run --net host -u`id -u`:`id -g` -v $(pwd):/user/project -v ~/.aws:/user/.aws -v ~/.npmrc:/user/.npmrc -w /user/project -it --entrypoint /bin/bash", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14801