mirror of
https://github.com/flynx/features.js.git
synced 2025-10-28 09:50:10 +00:00
moved to new object.js
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ad3efbf7f9
commit
ad4e7732d7
@ -1135,7 +1135,7 @@ var FeatureSetProto = {
|
||||
|
||||
|
||||
var FeatureSet =
|
||||
module.FeatureSet = object.makeConstructor('FeatureSet', FeatureSetProto)
|
||||
module.FeatureSet = object.Constructor('FeatureSet', FeatureSetProto)
|
||||
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user