Skip to content

Commit 018b20d

Browse files
ezewerJacobPlaster
authored andcommitted
Remove babel
1 parent ce525d9 commit 018b20d

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

.babelrc

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

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 3.0.19
22
- RESTv2: add _cust_ip to generateToken function
3+
- Remove Babel
34

45
# 3.0.18
56
- RESTv2: add walletFx to currencies function

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"engines": {
66
"node": ">=8.3.0"
77
},
8-
"main": "./dist/index.js",
8+
"main": "./index.js",
99
"husky": {
1010
"hooks": {
1111
"pre-commit": "npm test"
@@ -15,8 +15,7 @@
1515
"lint": "eslint lib/ examples/ test/ index.js",
1616
"test": "npm run lint && npm run unit",
1717
"unit": "NODE_ENV=test nyc --check-coverage --lines 45 --branches 19 --functions 39 --statements 44 --reporter=lcov --reporter=html mocha -b --recursive",
18-
"docs": "rm -rf docs && node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
19-
"build": "babel -q ./index.js -d ./dist && babel -q ./lib -d ./dist/lib && copy package.json dist"
18+
"docs": "rm -rf docs && node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
2019
},
2120
"repository": {
2221
"type": "git",

0 commit comments

Comments
 (0)