Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#97 publish Ketcher to NPM #115

Merged
merged 1 commit into from
Nov 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.