Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleeye committed Dec 29, 2016
1 parent 9c75217 commit c76ea54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dot-prop-immutable [![Build Status](https://travis-ci.org/debitoor/dot-prop-immutable.svg)](https://travis-ci.org/debitoor/dot-prop-immutable)
# dot-prop-immutable [![Build Status](https://travis-ci.org/debitoor/dot-prop-immutable.svg)](https://travis-ci.org/debitoor/dot-prop-immutable) [![npm version](https://badge.fury.io/js/dot-prop-immutable.svg)](https://badge.fury.io/js/dot-prop-immutable)

Immutable version of dot-prop with some extensions.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dot-prop-immutable",
"version": "1.1.2",
"version": "1.2.0",
"description": "Immutable version of dot-prop with some extensions",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,9 +34,9 @@
"devDependencies": {
"chai": "^2.2.0",
"eslint-plugin-react": "^3.5.1",
"jscs": "2.2.1",
"mocha": "^2.1.1",
"mocha-eslint": "^0.1.7",
"mocha-jscs": "^3.0.0",
"jscs": "2.2.1"
"mocha-jscs": "^3.0.0"
}
}

0 comments on commit c76ea54

Please sign in to comment.