0.0.10 • Published 6 years ago

intentionally-buggy-library v0.0.10

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Practice contributing to open source by fixing bugs and making bugs for others to fix!

npm install intentionally-buggy-library --save

To run in browser console add this in script tag at end of HTML body:

You can then open your console and run IBL methods i.e.:

IBL.reverse('hello world')

For use in Node.js:

const IBL = require('intentionally-buggy-library')

running tests:

For live testing:

npm run test:dev

Otherwise:

npm test

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago