Skip to content
Permalink
Browse files
added colors module
  • Loading branch information
Tom Singleton committed Mar 24, 2017
1 parent 4723055 commit f50662b3159062d73b03f489ae564d7f70305f56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
@@ -0,0 +1 @@
node_modules/
@@ -7,5 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tom Singleton",
"license": "MIT"
"license": "MIT",
"dependencies": {
"colors": "^1.1.2"
}
}

0 comments on commit f50662b

Please sign in to comment.