Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

stevezhu/meteor-lodash

Repository files navigation

NOTE Deprecated as of Meteor 1.3. Functionality for npm packages is now part of meteor: https://guide.meteor.com/using-npm-packages.html

Build Status

A meteor package for lodash.

Using lodash v4.17.2

Usage

meteor add stevezhu:lodash

_ and lodash are both defined as lodash if used in a package. In an app, _ is redefined as underscore so you may need to have _ = lodash; in some main javascript file.

Contributors

@EmmN