Skip to content

Commit

Permalink
feat(package): Migration to Babel 6
Browse files Browse the repository at this point in the history
All code was rewritten with ES6 and Babel 6

BREAKING CHANGE: textColor property in config was renamed to color property
  • Loading branch information
ghaiklor committed Nov 27, 2015
1 parent 91d0e5b commit 3f330e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "print-message",
"version": "0.0.0-semantic-release",
"description": "NodeJS module for printing out beautiful messages in console",
"main": "lib/print.js",
"scripts": {
Expand Down

0 comments on commit 3f330e8

Please sign in to comment.