kwhitley / treeize

Converts row data (in JSON/associative array format) to tree structure based on column naming conventions.
MIT License
189 stars 24 forks source link

Package/TravisCI Configuration Updates #14

Closed justinklemm closed 10 years ago

justinklemm commented 10 years ago

Hey man, this took me a little while to get to, but I made a few small additions that should help in terms of packaging.

Cheers!

kwhitley commented 10 years ago

Awesome @justinklemm thanks man! :+1:

Just been torn a million ways lately so it's tough to dedicate the time to any one thing...

justinklemm commented 10 years ago

@kwhitley - Newlines added!

One other thing I noticed is that the repo doesn't have current tags. The package.json file says it's version 1.2.1, but the latest (and only) repo tag is 1.0.0. NPM is probably fine with out, but it'd be good to keep them in sync. (Check out grunt-bump. It makes versioning really easy.)