ghostscript4js
Advanced tools
Comparing version 1.0.5 to 1.0.7
# Changelog | ||
## 1.0.7 / 2017-03-03 | ||
* Added compatibility with Ghostscript version | ||
* Fix issue [#13](https://github.com/NickNaso/ghostscript4js/issues/13). | ||
## 1.0.5 / 2017-02-22 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "ghostscript4js", | ||
"description": "Bindings for the Ghostscript C API to bring Ghostscript power to the Node.JS world.", | ||
"version": "1.0.5", | ||
"version": "1.0.7", | ||
"contributors": [ | ||
@@ -25,3 +25,3 @@ { | ||
"scripts": { | ||
"test": "node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=test/jasmine.json", | ||
"test": "node node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=test/jasmine.json", | ||
"install": "node-gyp rebuild" | ||
@@ -28,0 +28,0 @@ }, |
@@ -80,2 +80,4 @@ <p align="center"> | ||
## At moment Ghostscript4JS is fully compatible with Ghostscript version 9.19 and 9.20 | ||
## Linux | ||
@@ -82,0 +84,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78969
369