0.0.10 • Published 8 years ago

intentionally-buggy-library v0.0.10

Weekly downloads
1
License
ISC
Repository
github
Last release
8 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

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago