openchemlib 7.5.0 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -60,13 +60,13 @@ It contains a structure viewer and a structure editor for browser applications.
60
60
 
61
61
  To build this project, you need :
62
62
 
63
- - Java JDK >= 8
64
- - GWT 2.9 ([Download build here](http://www.gwtproject.org/download.html))
65
- - Node.js ([link](https://nodejs.org/en/download/))
63
+ - Java JDK (Tested with version 17)
64
+ - GWT (Tested with version 2.10, [Download build here](http://www.gwtproject.org/download.html))
65
+ - Node.js (Tested with version 18, [Dowload here](https://nodejs.org/en/download/))
66
66
 
67
67
  ### Install dependencies
68
68
 
69
- `npm install`
69
+ `npm ci`
70
70
 
71
71
  ### Configure directories
72
72