mirror of
https://github.com/flynx/features.js.git
synced 2025-10-29 18:30:11 +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 =
|
var FeatureSet =
|
||||||
module.FeatureSet = object.makeConstructor('FeatureSet', FeatureSetProto)
|
module.FeatureSet = object.Constructor('FeatureSet', FeatureSetProto)
|
||||||
|
|
||||||
|
|
||||||
//---------------------------------------------------------------------
|
//---------------------------------------------------------------------
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ig-features",
|
"name": "ig-features",
|
||||||
"version": "3.3.4",
|
"version": "3.4.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "features.js",
|
"main": "features.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -24,6 +24,6 @@
|
|||||||
"homepage": "https://github.com/flynx/features.js#readme",
|
"homepage": "https://github.com/flynx/features.js#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ig-actions": "^3.21.1",
|
"ig-actions": "^3.21.1",
|
||||||
"ig-object": "^1.0.7"
|
"ig-object": "^2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user