Skip to content

Commit 701783d

Browse files
committed
switch to cheminfo-tools for the build
1 parent 7308d23 commit 701783d

File tree

2 files changed

+6
-72
lines changed

2 files changed

+6
-72
lines changed

gulpfile.js

Lines changed: 0 additions & 51 deletions
This file was deleted.

package.json

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
"main": "src/index.js",
66
"scripts": {
77
"test": "node -p \"void(require('./'));console.log('OK')\"",
8-
"build": "gulp build"
9-
},
10-
"config": {
11-
"name": "ML"
8+
"build": "cheminfo build --root ML"
129
},
1310
"repository": {
1411
"type": "git",
@@ -50,21 +47,9 @@
5047
"ml-xsadd": "1.0.0"
5148
},
5249
"devDependencies": {
53-
"browserify": "^8.1.3",
54-
"del": "^1.1.1",
55-
"gulp": "^3.8.11",
56-
"gulp-bump": "^0.1.11",
57-
"gulp-git": "^0.5.3",
58-
"gulp-header": "^1.2.2",
59-
"gulp-rename": "^1.2.0",
60-
"gulp-sourcemaps": "^1.3.0",
61-
"gulp-size": "^1.1.0",
62-
"gulp-uglify": "^1.1.0",
63-
"mocha": "latest",
64-
"mocha-better-spec-reporter": "latest",
65-
"should": "latest",
66-
"vinyl-buffer": "^1.0.0",
67-
"vinyl-source-stream": "^1.0.0",
68-
"yargs": "^1.3.2"
50+
"cheminfo-tools": "^1.0.1",
51+
"mocha": "^2.2.5",
52+
"mocha-better-spec-reporter": "^2.1.1",
53+
"should": "^7.0.2"
6954
}
70-
}
55+
}

0 commit comments

Comments
 (0)