refactor(xod-tethering-inet): rename at-internet package to xod-tethering-inet

This commit is contained in:
Kirill Shumilov
2020-04-21 12:50:10 +03:00
parent d4c8fec488
commit 5243e76333
26 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
"test-func": "mocha --opts test-func/mocha.opts test-func/**/*.spec.js"
},
"dependencies": {
"at-internet": "^0.1.0",
"xod-tethering-inet": "^0.1.0",
"babel-polyfill": "^6.16.0",
"bs-platform": "7.1.1",
"classnames": "^2.2.5",

View File

@@ -1,5 +1,5 @@
import * as R from 'ramda';
import AtNet from 'at-internet';
import AtNet from 'xod-tethering-inet';
import client from 'xod-client';
import { allPromises } from 'xod-func-tools';
import { ipcRenderer } from 'electron';

View File

@@ -1,7 +1,7 @@
// This is the configuration file used by BuckleScript's build system bsb. Its documentation lives here: http://bucklescript.github.io/bucklescript/docson/#build-schema.json
// BuckleScript comes with its own parser for bsconfig.json, which is normal JSON, with the extra support of comments and trailing commas.
{
"name": "at-internet",
"name": "xod-tethering-inet",
"version": "0.33.0",
"sources": [
{

View File

@@ -1,5 +1,5 @@
{
"name": "at-internet",
"name": "xod-tethering-inet",
"version": "0.1.0",
"scripts": {
"refmt": "find src/ test/ -name '*.re*' -exec refmt --in-place {} +",