Skip to content

Commit 98ee34b

Browse files
committedNov 30, 2017
fix build
1 parent 6d6150b commit 98ee34b

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed
 

‎package-lock.json

+32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
"version": "3.3.0",
55
"main": "./index.js",
66
"scripts": {
7-
"build": "cheminfo build"
7+
"build": "cheminfo build --no-source-map"
88
},
99
"dependencies": {
1010
"spectra-data": "3.2.0"
1111
},
1212
"devDependencies": {
1313
"babel-plugin-remove-comments": "^2.0.0",
1414
"babel-preset-babili": "^0.1.4",
15+
"babel-preset-es2015": "^6.24.1",
1516
"cheminfo-tools": "^1.20.0"
1617
}
1718
}

0 commit comments

Comments
 (0)
Please sign in to comment.