Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Package maintenance and version bump
  • Loading branch information
DABH committed Aug 22, 2018
1 parent 654f2b6 commit 4a6d75d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 145 deletions.
159 changes: 21 additions & 138 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions package.json
@@ -1,13 +1,14 @@
{
"name": "colors",
"description": "get colors in your node.js console",
"version": "1.3.1",
"version": "1.3.2",
"author": "Marak Squires",
"contributors": [
{
"name": "DABH",
"url": "https://github.com/DABH"
}],
{
"name": "DABH",
"url": "https://github.com/DABH"
}
],
"homepage": "https://github.com/Marak/colors.js",
"bugs": "https://github.com/Marak/colors.js/issues",
"keywords": [
Expand Down Expand Up @@ -38,7 +39,7 @@
"safe.d.ts"
],
"devDependencies": {
"eslint": "^5.2.0",
"eslint-config-google": "^0.9.1"
"eslint-config-google": "^0.9.1",
"eslint": "^5.4.0"
}
}

0 comments on commit 4a6d75d

Please sign in to comment.