Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
feat(link): use nwjs-open-link-in-browser
Browse files Browse the repository at this point in the history
  • Loading branch information
sanemat committed Jul 19, 2015
1 parent d695390 commit 5667191
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion lib/components/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import onOpenExternals from '../utils/openExternals';
import onOpenExternals from 'nwjs-open-link-in-browser';

export default class Footer extends Component {
constructor (props, context) {
Expand Down
23 changes: 0 additions & 23 deletions lib/utils/openExternals.js

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"classnames": "^2.1.3",
"is-nwjs": "^1.0.1",
"is-nwjs-mac": "^1.0.0",
"nwjs-open-link-in-browser": "^1.0.0",
"react": "^0.13.3",
"react-notification": "^2.0.0",
"react-redux": ">= 0.2.2 < 1.0.0",
Expand Down

0 comments on commit 5667191

Please sign in to comment.