Skip to content

Commit 227b08c

Browse files
committed
Merge
2 parents 0eb38ac + 101921f commit 227b08c

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

package.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"test": "test"
99
},
1010
"scripts": {
11-
"build": "cheminfo build",
12-
"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"
1313
},
1414
"repository": {
1515
"type": "git",
@@ -29,15 +29,7 @@
2929
},
3030
"homepage": "https://github.com/mljs/global-spectra-deconvolution",
3131
"devDependencies": {
32-
"browserify": "^8.1.3",
33-
"del": "^1.1.1",
34-
"gulp": "^3.8.11",
35-
"gulp-header": "^1.2.2",
36-
"gulp-rename": "^1.2.0",
37-
"gulp-sourcemaps": "^1.3.0",
38-
"gulp-uglify": "^1.1.0",
39-
"vinyl-buffer": "^1.0.0",
40-
"vinyl-source-stream": "^1.0.0",
32+
"cheminfo-tools": "^1.0.1",
4133
"mocha": "^2.2.5",
4234
"mocha-better-spec-reporter": "^2.1.1",
4335
"should": "^7.0.2",

0 commit comments

Comments
 (0)