Andy Sturrock

Results 2 issues of Andy Sturrock

Line 6 of cli.js reads the package.json file from the current directory: `const {version} = JSON.parse(fs.readFileSync('./package.json'));` If that package.json file does not have a version key then `npx ohm generateBundles`...

While adding a LOLCODE implementation to my https://github.com/andysturrock/CoffeeMug repo I realised I needed a way to sleep LOLCODE for x seconds. This PR adds the sleep(3) call from unistd.h. I...