Skip to content

Commit

Permalink
fix(readme): warning
Browse files Browse the repository at this point in the history
  • Loading branch information
padurets committed Dec 26, 2016
1 parent f499052 commit 176bea5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### WARNING! Package Is deprecated. Use the v3: [object-end-keys](https://github.com/padurets/object-end-keys)

# all-object-keys-deep

## Install
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "all-object-keys-deep",
"version": "2.2.2",
"version": "2.2.3",
"description": "recursive get all keys of object",
"main": "./lib/all-object-keys-deep.js",
"directories": {
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/padurets/all-object-keys-deep.git"
"url": "git+https://github.com/padurets/object-end-keys.git"
},
"keywords": [
"json",
Expand All @@ -48,9 +48,9 @@
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/padurets/all-object-keys-deep/issues"
"url": "https://github.com/padurets/object-end-keys/issues"
},
"homepage": "https://github.com/padurets/all-object-keys-deep#readme",
"homepage": "https://github.com/padurets/object-end-keys#readme",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
Expand Down

0 comments on commit 176bea5

Please sign in to comment.