Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ Bower requires adding tags to have package up to date:

```bash
npm run browserify
git tag -a v1.0.6 -m "Release 1.0.6"
git tag -a v1.0.16 -m "Release 1.0.16"
git push origin master --tags
npm publish
```

## New lodash function

```bash
# add a new function here and compile
lodash include=some,forEach,map,mapKeys,mapValues,every,includes,intersection,filter,keys,clone,flatten,transform,sortBy -o lib/lodash.js -p
```


Loading