Delete utils/rm directory

This commit is contained in:
Yu Steven
2022-07-19 19:02:36 +08:00
committed by GitHub
parent 33cf048ef0
commit 79aec528f5
1653 changed files with 0 additions and 146883 deletions

View File

@@ -1,16 +0,0 @@
# v1.1.0
- Allow for es6 "default import", e.g. `import BigInteger from 'jsbn'`.
- Updated license file to read MIT
# v1.0.0
- breaking change: `require('jsbn')` no longer returns `BigInteger`. Use `require('jsbn').BigInteger` instead.
# v0.1.1
- fixed backwards-incompatible change in v0.1.0 where `require('jsbn') != BigInteger`. This patch version allows for `var BigInteger = require('jsbn')` or `var BigInteger = require('jsbn').BigInteger`.