jcampconverter
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "jcampconverter", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"homepage": "https://github.com/cheminfo/jcampconverter", | ||
"description": "convert jcamp data", | ||
"description": "Parse and convert JCAMP data", | ||
"main": "build/jcampconverter.js", | ||
@@ -7,0 +7,0 @@ "moduleType": [ |
{ | ||
"name": "jcampconverter", | ||
"version": "2.0.0", | ||
"description": "", | ||
"version": "2.0.1", | ||
"description": "Parse and convert JCAMP data", | ||
"main": "build/jcampconverter.js", | ||
@@ -9,2 +9,6 @@ "scripts": { | ||
}, | ||
"keywords": [ | ||
"jcamp", | ||
"converter" | ||
], | ||
"repository": "cheminfo/jcampconverter", | ||
@@ -11,0 +15,0 @@ "license": "MIT", |
@@ -28,3 +28,3 @@ JCAMP converter | ||
* `options` - Object with options to pass to the converter | ||
* `useWorker` - Browser only: convert in a web worker (default: false). If this option is set to true, it will return a Promise. | ||
* `useWorker` - Browser only: convert in a web worker (default: false). If this option is set to true, it will return a [Promise](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise). | ||
@@ -56,2 +56,2 @@ ### Use as a module | ||
grunt | ||
``` | ||
``` |
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
21989294
56