fix.js 316 B

123456
  1. // const fs = require('fs')
  2. // const pkg = JSON.parse(fs.readFileSync('./node_modules/bignumber.js/package.json', 'utf8'))
  3. // pkg.exports['./bignumber'] = './bignumber.js'
  4. // fs.writeFileSync('./node_modules/bignumber.js/package.json', JSON.stringify(pkg, null, 2))
  5. // console.log('Fixed bignumber.js package.json')