Comparing version 1.0.1 to 1.1.0
@@ -0,6 +1,8 @@ | ||
# [1.1.0](https://github.com/jessie-codes/safe-flat/compare/v1.0.1...1.1.0) (2019-10-09) | ||
## [1.0.1](https://github.com/jessie-codes/safe-flat/compare/v1.0.0...v1.0.1) (2019-05-03) | ||
### Chore | ||
* **package:** update eslint-plugin-node to version 9.0.0 | ||
@@ -7,0 +9,0 @@ # [1.0.0](https://github.com/jessie-codes/safe-flat/compare/cac960c...v1.0.0) (2019-04-22) |
{ | ||
"name": "safe-flat", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Safely flatten a nested JavaScript object.", | ||
@@ -35,14 +35,14 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"ava": "^1.4.1", | ||
"commitizen": "^3.1.1", | ||
"conventional-changelog-cli": "^2.0.12", | ||
"coveralls": "^3.0.3", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-import": "^2.17.2", | ||
"eslint-plugin-node": "^9.0.0", | ||
"eslint-plugin-promise": "^4.1.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"nyc": "^14.0.0" | ||
"ava": "^2.2.0", | ||
"commitizen": "^4.0.3", | ||
"conventional-changelog-cli": "^2.0.23", | ||
"coveralls": "^3.0.6", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"eslint": "^6.5.1", | ||
"eslint-config-standard": "^14.1.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"nyc": "^14.1.1" | ||
}, | ||
@@ -49,0 +49,0 @@ "config": { |
@@ -0,0 +0,0 @@ # safe-flat |
@@ -0,0 +0,0 @@ const defaultDelimiter = '.' |
@@ -69,3 +69,3 @@ import test from 'ava' | ||
const expected = { | ||
'a_b': 1 | ||
a_b: 1 | ||
} | ||
@@ -72,0 +72,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7901