Skip to content

Commit

Permalink
fix: update pubchem library to fix when no experimental and identifie…
Browse files Browse the repository at this point in the history
…rs (#31)
  • Loading branch information
lpatiny authored Aug 29, 2022
1 parent 9764f67 commit 8576217
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ npm run dev

Open [http://localhost:3000/dev/home](http://localhost:3000/dev/home) with your browser to develop with the home page.

- [pubchem](http://localhost:3000/chemistry/pubchem?smiles=C1%28C%28N2%28C1SC%28C2C%28%3DO%29O%29%28C%29C%29%29%3DO%29%28NC%28CC%3D3%28C%3DCC%3DCC%3D3%29%29%3DO%29)

## Create new views

### Decide the view URL
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"next": "^12.1.0",
"nmrium": "^0.23.0",
"openchemlib": "^7.4.3",
"pubchem": "^0.9.0",
"pubchem": "^0.9.2",
"react": "^17.0.2",
"react-datepicker": "^4.7.0",
"react-dom": "^17.0.2",
Expand Down

0 comments on commit 8576217

Please sign in to comment.