nodeschool / admin

CLI tool for setting up and maintaining a nodeschool chapters and other things.
17 stars 7 forks source link

Used polyfill for assign to fix node.js 0.12 #42

Open martinheidegger opened 8 years ago

martinheidegger commented 8 years ago

node 0.12 doesn't support Object.assign this PR proposes a fix.