Skip to content

Commit

Permalink
Add reference to immutable alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocasciaro committed Dec 1, 2015
1 parent 1b4e6b1 commit c540af3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
.c9revisions
.settings
.idea
npm-debug.log
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013 Mario Casciaro
Copyright (c) 2015 Mario Casciaro

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Access deep properties using a path
npm install object-path --save
```

### Browser
### Bower

```
bower install object-path --save
Expand Down Expand Up @@ -109,6 +109,11 @@ model.has("a.b"); // false

```

### Immutability

If you are looking for an *immutable* alternative of this library, you can take a look at: [object-path-immutable](https://github.com/mariocasciaro/object-path-immutable)


### Credits

* [Mario Casciaro](https://github.com/mariocasciaro) - Author
Expand Down

0 comments on commit c540af3

Please sign in to comment.