Skip to content

Instantly share code, notes, and snippets.

@Crenshinibon
Last active December 16, 2015 14:49
Show Gist options
  • Save Crenshinibon/5451649 to your computer and use it in GitHub Desktop.
Save Crenshinibon/5451649 to your computer and use it in GitHub Desktop.
Definition for the inclusion of the tedios Npm module as a private Meteor package.
Package.describe({
summary: "Tedious lib to access MS SQL databases."
});
Npm.depends({"tedious": "0.1.3"});
Package.on_use(function (api) {
api.add_files("load_tedious.js","server");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment