nglar / ngTouch

A angular module to add directives for touch devices.
MIT License
53 stars 30 forks source link

Publish as NPM #14

Closed KasperAndersson closed 9 years ago

KasperAndersson commented 9 years ago

https://docs.npmjs.com/getting-started/publishing-npm-packages

aliirz commented 9 years ago

I already added the necessary stuff to publish it as a package here: https://github.com/nglar/ngTouch/blob/master/package.json

Also the steps to publish it as a bower package have been taken care of.

@marktopper can you go ahead and publish it as a npm and bower package both?

aliirz commented 9 years ago

my bad. its already published as a bower package

marktopper commented 9 years ago

Sorry the delay, I will add this as soon as I get the time.

EDIT: I think I have time doing the weekend. Anyways, I will keep you updated. Happy Halloween :jack_o_lantern:

KasperAndersson commented 9 years ago

@marktopper @aliirz Nice one guys, thanks and you too. (Not celebrating it here in DK)

marktopper commented 9 years ago

@KasperAndersson We do at my group of friends. But yea, it is not normal to do in Denmark.

Anyways, I have published the package to npmjs.

You can now install it using npm install ngtouch.

EDIT: Here is the link: https://www.npmjs.com/package/ngtouch

aliirz commented 9 years ago

:bow:

marktopper commented 9 years ago

@aliirz Whats wrong?

KasperAndersson commented 9 years ago

Great thanks @marktopper, have a great party.

bmccutchon commented 8 years ago

@marktopper Until I found this issue, I didn't know the project was published to npm. Could you add it to the README for this project, ng-touchmove, etc.?

marktopper commented 8 years ago

I'll go ahead and add that right away @McBrainy.

EDIT: Added to the documentation.