openchemlib
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -0,1 +1,7 @@ | ||
4.2.1 / 2016-04-20 | ||
================== | ||
* toSVG now works correctly in core build | ||
* warn that toSVG only works in a browser's window | ||
4.2.0 / 2016-04-14 | ||
@@ -2,0 +8,0 @@ ================== |
{ | ||
"name": "openchemlib", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Manipulate molecules", | ||
@@ -13,3 +13,6 @@ "keywords": [ | ||
"copy:openchemlib": "gulp copy:openchemlib", | ||
"build": "gulp build:min" | ||
"build": "gulp build:min", | ||
"build-core": "gulp build:min -m core", | ||
"test": "mocha --require should --reporter mocha-better-spec-reporter", | ||
"test-travis": "npm run build-core && npm run test" | ||
}, | ||
@@ -34,7 +37,10 @@ "main": "dist/openchemlib-core.js", | ||
"devDependencies": { | ||
"fs-extra": "^0.26.5", | ||
"fs-extra": "^0.28.0", | ||
"gulp": "^3.9.1", | ||
"gwt-api-exporter": "^1.1.6", | ||
"minimist": "^1.2.0" | ||
"gwt-api-exporter": "^1.1.8", | ||
"minimist": "^1.2.0", | ||
"mocha": "^2.4.5", | ||
"mocha-better-spec-reporter": "^3.0.2", | ||
"should": "^8.3.1" | ||
} | ||
} |
# openchemlib-js | ||
[![NPM version][npm-image]][npm-url] | ||
[![build status][travis-image]][travis-url] | ||
[![npm download][download-image]][download-url] | ||
JavaScript interface with the [openchemlib](https://github.com/actelion/openchemlib) java library | ||
@@ -49,1 +53,8 @@ | ||
[BSD-3-Clause](./LICENSE) | ||
[npm-image]: https://img.shields.io/npm/v/openchemlib.svg?style=flat-square | ||
[npm-url]: https://www.npmjs.com/package/openchemlib | ||
[travis-image]: https://img.shields.io/travis/cheminfo/openchemlib-js/master.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/cheminfo/openchemlib-js | ||
[download-image]: https://img.shields.io/npm/dm/openchemlib.svg?style=flat-square | ||
[download-url]: https://www.npmjs.com/package/openchemlib |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
808098
3920
60
7