Matt Przybylski
Matt Przybylski
not a problem, for the time being I've adjusted my code to use the old format so i'm not necessarily being held up by this, just wanted to make sure...
we're using 2.1.1 in our project, so maybe this is a possible regression?
actually, here is the original code as a fiddle and not working: https://jsfiddle.net/hcLfg682/ here is the second code as a fiddle, which actually shows a different output (still not right):...
I was just about to write up a new issue with this (as I ran into it yesterday) and i'm glad i did a google search first. I don't want...
The addition of this package to npm would be greatly appreciated. As of today most packages live on npm which makes them in credibly easy to pull down during build...
@ValentinTrinque I think it's a pretty simple process: https://docs.npmjs.com/getting-started/publishing-npm-packages Add a package.json file with pertinent information, create a user if you don't already have one, and run `npm publish`.
I just opened a PR that gets the package.json file set up for publishing to alleviate the first step of what I said above. https://github.com/stretchr/arg.js/pull/39 Once merged you should be...
Any chance we can get this accomplished today? I'm working on starting a new project that could really benefit from this.
@matryer Any chance you could get this going for us?
@matryer I see that this package is still not published to npm. We've moved a copy of this into our private npm registry and publish there so it can be...