Skip to content

Commit 34a9e59

Browse files
author
Carson Howard
committed
Reverted unnecessary babel changes.
1 parent 080e8aa commit 34a9e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"host": "https://nodegit.s3.amazonaws.com/nodegit/nodegit/"
6666
},
6767
"scripts": {
68-
"babel": "babel --presets es2015 -d dist lib",
68+
"babel": "babel --presets es2015 -d ./dist ./lib",
6969
"cov": "npm run cppcov && npm run filtercov && npm run mergecov",
7070
"coveralls": "cat ./test/coverage/merged.lcov | coveralls",
7171
"cppcov": "mkdir -p test/coverage/cpp && ./lcov-1.10/bin/lcov --gcov-tool /usr/bin/gcov-4.9 --capture --directory build/Release/obj.target/nodegit/src --output-file test/coverage/cpp/lcov_full.info",

0 commit comments

Comments
 (0)