qrohlf / trianglify

Algorithmically generated triangle art
http://qrohlf.com/trianglify/
GNU General Public License v3.0
10.08k stars 669 forks source link

Updates cdn version to 1.1.0 #80

Closed hosein2398 closed 7 years ago

hosein2398 commented 7 years ago

And also for npm installation I think it's better to add --save flag to that. I didn't do that cause I thought you might not be comfortable with that.

qrohlf commented 7 years ago

@hosein2398 thanks for this patch. I don't have --save in there because it will error in the case where there's no package.json file. Anybody used to the Node ecosystem will know to add it if they are using a package.json file to version their dependencies.