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

Commit

Permalink
Merge pull request #4 from EmmN/master
Browse files Browse the repository at this point in the history
Update to 3.6.0
  • Loading branch information
stevezhu committed Mar 26, 2015
2 parents c719dad + b80ca49 commit 49b63d8
Show file tree
Hide file tree
Showing 5 changed files with 1,015 additions and 808 deletions.
2 changes: 1 addition & 1 deletion .npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A meteor package for [lodash](http://lodash.com/).

Using lodash v3.5.0
Using lodash v3.6.0


## Usage
Expand All @@ -11,5 +11,9 @@ Using lodash v3.5.0
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.
`_` 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.

### Thanks

[@EmmN](https://github.com/EmmN)
Loading

0 comments on commit 49b63d8

Please sign in to comment.