From 64651591220f35748860eac4e13004f99306d538 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Mon, 22 Apr 2019 00:57:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BB=20fon/fon.xxx=20=E5=BA=93?= =?UTF-8?q?=E5=88=B0=20so/so.xxx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Action.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {},