object-treeify
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "object-treeify", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Stringify Object as tree structure", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"clean": "rm -rf lib", | ||
"build": "npx babel src --out-dir lib --source-maps inline --copy-files --include-dotfiles", | ||
"build": "npx babel src --out-dir lib --copy-files --include-dotfiles --config-file ./.babelrc", | ||
"build-clean": "npm run clean && npm run build", | ||
@@ -45,4 +45,4 @@ "test-simple": "nyc mocha \"./test/**/*.spec.js\"", | ||
"@babel/register": "7.4.0", | ||
"@blackflux/eslint-plugin-rules": "1.0.0", | ||
"@blackflux/robo-config-plugin": "1.3.0", | ||
"@blackflux/eslint-plugin-rules": "1.0.2", | ||
"@blackflux/robo-config-plugin": "1.7.3", | ||
"babel-eslint": "10.0.1", | ||
@@ -52,4 +52,4 @@ "chai": "4.2.0", | ||
"eslint": "5.16.0", | ||
"js-gardener": "2.0.1", | ||
"nyc": "13.3.0", | ||
"js-gardener": "2.0.6", | ||
"nyc": "14.0.0", | ||
"semantic-release": "15.13.3" | ||
@@ -56,0 +56,0 @@ }, |
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
15060