Skip to content

Commit 101921f

Browse files
committed
Update package.json
1 parent 1488fb9 commit 101921f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"test": "test"
99
},
1010
"scripts": {
11-
"test": "mocha --require should --reporter mocha-better-spec-reporter --recursive"
11+
"test": "mocha --require should --reporter mocha-better-spec-reporter --recursive",
12+
"build": "cheminfo build --root GSD"
1213
},
1314
"repository": {
1415
"type": "git",
@@ -24,6 +25,7 @@
2425
},
2526
"homepage": "https://github.com/mljs/global-spectra-deconvolution",
2627
"devDependencies": {
28+
"cheminfo-tools": "^1.0.1",
2729
"mocha": "^2.2.5",
2830
"mocha-better-spec-reporter": "^2.1.1",
2931
"should": "^7.0.2",

0 commit comments

Comments
 (0)