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

Commit

Permalink
Small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhu committed Mar 26, 2015
1 parent 49b63d8 commit 378fa85
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ [email protected]
[email protected]
[email protected]
[email protected]
local-test:stevezhu:lodash@3.5.0_3
local-test:stevezhu:lodash@3.6.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
stevezhu:lodash@3.5.0_3
stevezhu:lodash@3.6.0
[email protected]
[email protected]
[email protected]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ 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.

### Thanks
## Contributors

[@EmmN](https://github.com/EmmN)
6 changes: 2 additions & 4 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
Npm.depends({
'lodash': '3.6.0'
});
Npm.depends({'lodash': '3.6.0'});

Package.describe({
name: "stevezhu:lodash",
summary: "A utility library delivering consistency, customization, performance, & extras.",
version: "3.6.0_1",
version: "3.6.0",
git: "https://github.com/stevezhu/meteor-lodash.git"
});

Expand Down
15 changes: 0 additions & 15 deletions versions.json

This file was deleted.

0 comments on commit 378fa85

Please sign in to comment.