diff --git a/Action.js b/Action.js index 133121b..9eccf09 100644 --- a/Action.js +++ b/Action.js @@ -1,4 +1,4 @@ -var Ling = require('fon.ling') +var Ling = require('so.ling') var ticCrypto = require('tic.crypto') /** ****************** Public of instance ********************/ diff --git a/package.json b/package.json index 5852d66..817fea9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tic.action", "version": "0.1.0", "dependencies": { - "fon.ling": "git+https://git.faronear.org/fon/fon.ling#20190109_preview", + "so.ling": "git+https://git.faronear.org/so/so.ling#20190109_preview", "tic.crypto": "git+https://git.faronear.org/tic/tic.crypto#20190109_preview" }, "devDependencies": {},