Skip to content

Commit

Permalink
#97 publish Ketcher to NPM (#115) (#116)
Browse files Browse the repository at this point in the history
- update package.json
- add logo to about.jsx
  • Loading branch information
AndreiMazol authored Nov 26, 2020
1 parent eff12d9 commit 94c6669
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ketcher/react",
"version": "2.0.0-RC",
"version": "2.1.0-beta",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand Down Expand Up @@ -153,6 +153,7 @@
]
},
"files": [
"dist"
"dist",
"DEVNOTES.md"
]
}
4 changes: 2 additions & 2 deletions src/script/ui/dialog/mainmenu/about.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import React from 'react'
import { connect } from 'react-redux'

import Logo from './logo.svg'
import Dialog from '../../component/dialog'

function About(props) {
Expand All @@ -25,7 +25,7 @@ function About(props) {
return (
<Dialog title="About" className="about" params={props} buttons={['Close']}>
<a href="http://lifescience.opensource.epam.com/ketcher/" target="_blank">
<img alt="Ketcher" src={`${process.env.PUBLIC_URL}/logo.svg`} />
<Logo />
</a>
<dl>
<dt>
Expand Down
1 change: 1 addition & 0 deletions src/script/ui/dialog/mainmenu/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 94c6669

Please sign in to comment.