@cnbritain/merlin-frontend-article-js
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,3 +6,3 @@ 'use strict'; | ||
import create from 'lodash.create'; | ||
import extend from 'lodash.extend'; | ||
import merge from 'lodash.merge'; | ||
import EventEmitter from 'eventemitter2'; | ||
@@ -77,3 +77,2 @@ import InfiniteScroll from '@cnbritain/merlin-frontend-infinitescroll-js'; | ||
'_init': function(){ | ||
console.log('articlemanager'); | ||
@@ -111,3 +110,3 @@ this.infinitescroll = new InfiniteScroll({ | ||
'addArticle': function(el, options){ | ||
var config = extend({ | ||
var config = merge({ | ||
'infinite': false, | ||
@@ -114,0 +113,0 @@ 'type': ARTICLE_TYPES.ARTICLE |
{ | ||
"name": "@cnbritain/merlin-frontend-article-js", | ||
"cnOptions": {}, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "ArticleManager, Article", | ||
@@ -6,0 +6,0 @@ "main": "js/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27091
17
386