Closed bevacqua closed 10 years ago
From looking at your code it'd just take setting "main": "Countable.js" in the package.json and running npm publish.
"main": "Countable.js"
package.json
npm publish
Also if you could publish it as Countable rather than Countable.js it'd be nice too. Neither is taken on npm.
Countable
Countable.js
Thanks!
Done. Countable is now available on npm. Thanks for the input.
:smiley:
From looking at your code it'd just take setting
"main": "Countable.js"
in thepackage.json
and runningnpm publish
.Also if you could publish it as
Countable
rather thanCountable.js
it'd be nice too. Neither is taken on npm.Thanks!