We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1488fb9 commit 101921fCopy full SHA for 101921f
package.json
@@ -8,7 +8,8 @@
8
"test": "test"
9
},
10
"scripts": {
11
- "test": "mocha --require should --reporter mocha-better-spec-reporter --recursive"
+ "test": "mocha --require should --reporter mocha-better-spec-reporter --recursive",
12
+ "build": "cheminfo build --root GSD"
13
14
"repository": {
15
"type": "git",
@@ -24,6 +25,7 @@
24
25
26
"homepage": "https://github.com/mljs/global-spectra-deconvolution",
27
"devDependencies": {
28
+ "cheminfo-tools": "^1.0.1",
29
"mocha": "^2.2.5",
30
"mocha-better-spec-reporter": "^2.1.1",
31
"should": "^7.0.2",
0 commit comments