From ad4e7732d7c776ad29cd2815f6189fd3adffaf18 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 16 Jul 2019 23:55:30 +0300 Subject: [PATCH] moved to new object.js Signed-off-by: Alex A. Naanou --- README.md | 0 features.js | 2 +- package.json | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 README.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/features.js b/features.js index d758baf..86034a7 100755 --- a/features.js +++ b/features.js @@ -1135,7 +1135,7 @@ var FeatureSetProto = { var FeatureSet = -module.FeatureSet = object.makeConstructor('FeatureSet', FeatureSetProto) +module.FeatureSet = object.Constructor('FeatureSet', FeatureSetProto) //--------------------------------------------------------------------- diff --git a/package.json b/package.json index ede9ffb..4b7064f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-features", - "version": "3.3.4", + "version": "3.4.0", "description": "", "main": "features.js", "scripts": { @@ -24,6 +24,6 @@ "homepage": "https://github.com/flynx/features.js#readme", "dependencies": { "ig-actions": "^3.21.1", - "ig-object": "^1.0.7" + "ig-object": "^2.0.0" } }