ten1seven / what-input

A global utility for tracking the current input method (mouse/pointer, keyboard or touch).
https://ten1seven.github.io/what-input
MIT License
1.35k stars 89 forks source link

Publish to NPM :) #5

Closed greypants closed 9 years ago

greypants commented 9 years ago

Hurry while the name is available!

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

Package.json config info: https://docs.npmjs.com/files/package.json

don't forget to add

npm install what-input

and

var whatInput = require('what-input')

To the README.

ten1seven commented 9 years ago

Fixed by @jgarber623

greypants commented 9 years ago

:+1: :+1: :+1: :+1: :+1: Already installed and using!

simevidas commented 8 years ago

@ten1seven Also update the Installing section in the README. Otherwise, some people might think that only bower is supported.