Skip to content

Commit

Permalink
bump minor version (nodejs module!)
Browse files Browse the repository at this point in the history
  • Loading branch information
qrohlf committed Apr 15, 2014
1 parent a26e52b commit 299ceef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ Or you can simply clone the repo
git clone https://github.com/qrohlf/trianglify.git
```

Or if you're using nodejs

```bash
npm install trianglify
```

# Usage:

Include d3 and `trianglify.js` or `trianglify.min.js` on your page:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "trianglify",
"main": "trianglify.js",
"version": "0.0.1",
"version": "0.1.0",
"homepage": "https://github.com/qrohlf/trianglify",
"authors": [
"Quinn Rohlf <qr@qrohlf.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trianglify",
"version": "0.0.1",
"version": "0.1.0",
"description": "Trianglify is a javascript library for generating colorful triangle meshes that can be used as SVG images and CSS backgrounds.",
"main": "trianglify.js",
"dependencies": {
Expand Down
Loading

0 comments on commit 299ceef

Please sign in to comment.