Skip to content

Commit

Permalink
chore: remove deprecated ipfs-on-path, npm-on-ipfs
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
  • Loading branch information
hacdias committed May 13, 2022
1 parent bc321a6 commit 6267fe7
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 242 deletions.
12 changes: 0 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,8 @@
"multiaddr": "10.0.1",
"multiaddr-to-uri": "8.0.0",
"portfinder": "^1.0.28",
"sudo-prompt": "^9.2.1",
"untildify": "^4.0.0",
"v8-compile-cache": "^2.3.0",
"which": "^2.0.2",
"winston": "^3.7.2",
"yargs": "^17.4.0"
},
Expand Down
7 changes: 1 addition & 6 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const { criticalErrorDialog } = require('./dialogs')
const logger = require('./common/logger')
const setupProtocolHandlers = require('./protocol-handlers')
const setupI18n = require('./i18n')
const setupNpmOnIpfs = require('./npm-on-ipfs')
const setupDaemon = require('./daemon')
const setupWebUI = require('./webui')
const setupAutoLaunch = require('./auto-launch')
Expand All @@ -29,7 +28,6 @@ const setupAppMenu = require('./app-menu')
const setupArgvFilesHandler = require('./argv-files-handler')
const setupAutoUpdater = require('./auto-updater')
const setupTray = require('./tray')
const setupIpfsOnPath = require('./ipfs-on-path')
const setupAnalytics = require('./analytics')
const setupSecondInstance = require('./second-instance')

Expand Down Expand Up @@ -93,10 +91,7 @@ async function run () {
setupNamesysPubsub(ctx),
setupSecondInstance(ctx),
// Setup global shortcuts
setupTakeScreenshot(ctx),
// Setup PATH-related features
setupNpmOnIpfs(ctx),
setupIpfsOnPath(ctx)
setupTakeScreenshot(ctx)
])
const submitAppReady = () => {
logger.addAnalyticsEvent({ withAnalytics: 'APP_READY', dur: getSecondsSinceAppStart() })
Expand Down
79 changes: 0 additions & 79 deletions src/ipfs-on-path/index.js

This file was deleted.

15 changes: 0 additions & 15 deletions src/ipfs-on-path/scripts/uninstall.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/ipfs-on-path/scripts/uninstall.ps1

This file was deleted.

48 changes: 0 additions & 48 deletions src/npm-on-ipfs/index.js

This file was deleted.

77 changes: 0 additions & 77 deletions src/utils/exec-or-sudo.js

This file was deleted.

0 comments on commit 6267fe7

Please sign in to comment.