mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-29 02:10:09 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
bb42a8545b
commit
c5f15b1921
@ -7,7 +7,7 @@
|
|||||||
function(require){ var module={} // makes module AMD/node compatible...
|
function(require){ var module={} // makes module AMD/node compatible...
|
||||||
/*********************************************************************/
|
/*********************************************************************/
|
||||||
|
|
||||||
var object = require('object')
|
var object = require('ig-object')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,7 @@ var object = require('object')
|
|||||||
var args2array = function(a){ return [].slice.call(a) }
|
var args2array = function(a){ return [].slice.call(a) }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*********************************************************************/
|
/*********************************************************************/
|
||||||
// Actions
|
// Actions
|
||||||
//
|
//
|
||||||
|
|||||||
10
features.js
10
features.js
@ -7,10 +7,14 @@
|
|||||||
function(require){ var module={} // makes module AMD/node compatible...
|
function(require){ var module={} // makes module AMD/node compatible...
|
||||||
/*********************************************************************/
|
/*********************************************************************/
|
||||||
|
|
||||||
var args2array = require('lib/util').args2array
|
var object = require('ig-object')
|
||||||
|
var actions = require('actions')
|
||||||
|
|
||||||
var actions = require('lib/actions')
|
|
||||||
var object = require('lib/object')
|
|
||||||
|
/*********************************************************************/
|
||||||
|
|
||||||
|
var args2array = function(a){ return [].slice.call(a) }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
11
package.json
11
package.json
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "features",
|
"name": "ig-features",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "features.js",
|
"main": "features.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/flynx/features.js.git"
|
"url": "git+https://github.com/flynx/features.js.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"js",
|
|
||||||
"javascript",
|
"javascript",
|
||||||
"oop",
|
"oop",
|
||||||
"meta-programming",
|
"meta-programming",
|
||||||
@ -19,7 +19,10 @@
|
|||||||
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
|
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/flynx/features/issues"
|
"url": "https://github.com/flynx/features.js/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/flynx/features#readme"
|
"homepage": "https://github.com/flynx/features.js#readme",
|
||||||
|
"dependencies": {
|
||||||
|
"ig-object": "^1.0.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user