moved to new object.js

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-07-16 23:55:30 +03:00
parent ad3efbf7f9
commit ad4e7732d7
3 changed files with 3 additions and 3 deletions

0
README.md Normal file → Executable file
View File

View File

@ -1135,7 +1135,7 @@ var FeatureSetProto = {
var FeatureSet =
module.FeatureSet = object.makeConstructor('FeatureSet', FeatureSetProto)
module.FeatureSet = object.Constructor('FeatureSet', FeatureSetProto)
//---------------------------------------------------------------------

View File

@ -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"
}
}