minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-01-18 23:09:12 +03:00
parent a890e0c9d7
commit 647fb577ce

View File

@ -1,6 +1,6 @@
{ {
"name": "ig-features", "name": "ig-features",
"version": "2.2.1", "version": "2.2.2",
"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-object": "^1.0.0", "ig-object": "^1.0.0",
"ig-actions": "^2.0.0" "ig-actions": "^3.0.0"
} }
} }