mirror of
https://github.com/xodio/xod.git
synced 2026-03-08 01:36:50 +01:00
refactor(xod-tethering-inet): rename at-internet package to xod-tethering-inet
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
@@ -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 {} +",
|
||||
Reference in New Issue
Block a user