Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 256 Bytes

contribution.md

File metadata and controls

19 lines (13 loc) · 256 Bytes

Contribution

Bower requires adding tags to have package up to date:

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

New lodash function

# compile lodash
npm run lodash