57uff3r / nodejs-vksdk

NodeJS SDK for vk.com
201 stars 82 forks source link

Make the module loadable as a GIT dependency #3

Closed vitche closed 7 years ago

vitche commented 10 years ago
  1. Create the "package.json" file.
  2. Rename the file containing code to something like "main.js" (not required).

This will make the module to correctly work as a dependency which is specified in the "package.json" of the application which uses the module:

"dependencies": {
}
57uff3r commented 10 years ago

Will do that in a few days

maxkoryukov commented 7 years ago

seems like this issue is solved :wink: