Skip to content

Commit

Permalink
Merge pull request #10 from geoblink/feature/CORE-6124-create-from-pa…
Browse files Browse the repository at this point in the history
…irs-map-non-nil

Feature/core 6124 create from pairs map non nil
  • Loading branch information
riboher committed Nov 13, 2018
2 parents 88f19df + 9721a3e commit 7e6b4e1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.1.2

Fixes:

- Fix mapNonNil require path in fromPairsMapNonNil file

# v1.1.1

Fixes:
Expand Down
2 changes: 1 addition & 1 deletion docs/fromPairsMapNonNil.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h1 class="page-title">
<section>
<article>
<pre class="prettyprint source linenums"><code>const _ = require('lodash')
const mapNonNil = require('../src/mapNonNil')
const mapNonNil = require('./mapNonNil')
module.exports = fromPairsMapNonNil

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@geoblink/lodash-mixins",
"version": "1.1.1",
"version": "1.1.2",
"description": "A collection of useful functions built on top of Lodash",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/fromPairsMapNonNil.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const _ = require('lodash')
const mapNonNil = require('../src/mapNonNil')
const mapNonNil = require('./mapNonNil')
module.exports = fromPairsMapNonNil

/**
Expand Down

0 comments on commit 7e6b4e1

Please sign in to comment.