diff --git a/.versions b/.versions index cd3ae5e..48cc2df 100644 --- a/.versions +++ b/.versions @@ -7,7 +7,7 @@ ejson@1.0.6 geojson-utils@1.0.3 id-map@1.0.3 json@1.0.3 -local-test:stevezhu:lodash@3.5.0_3 +local-test:stevezhu:lodash@3.6.0 logging@1.0.7 meteor@1.1.5 minimongo@1.0.7 @@ -15,7 +15,7 @@ mongo@1.1.0 ordered-dict@1.0.3 random@1.0.3 retry@1.0.3 -stevezhu:lodash@3.5.0_3 +stevezhu:lodash@3.6.0 tinytest@1.0.5 tracker@1.0.6 underscore@1.0.3 diff --git a/README.md b/README.md index 3951107..ca2a665 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.js b/package.js index 18bd501..525c70b 100755 --- a/package.js +++ b/package.js @@ -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" }); diff --git a/versions.json b/versions.json deleted file mode 100755 index 565bb3c..0000000 --- a/versions.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "dependencies": [ - [ - "meteor", - "1.1.1" - ], - [ - "underscore", - "1.0.0" - ] - ], - "pluginDependencies": [], - "toolVersion": "meteor-tool@1.0.5", - "format": "1.0" -} \ No newline at end of file