Skip to content

Commit 4a6d75d

Browse files
committed
Package maintenance and version bump
1 parent 654f2b6 commit 4a6d75d

File tree

2 files changed

+29
-145
lines changed

2 files changed

+29
-145
lines changed

package-lock.json

Lines changed: 21 additions & 138 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "colors",
33
"description": "get colors in your node.js console",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"author": "Marak Squires",
66
"contributors": [
7-
{
8-
"name": "DABH",
9-
"url": "https://github.com/DABH"
10-
}],
7+
{
8+
"name": "DABH",
9+
"url": "https://github.com/DABH"
10+
}
11+
],
1112
"homepage": "https://github.com/Marak/colors.js",
1213
"bugs": "https://github.com/Marak/colors.js/issues",
1314
"keywords": [
@@ -38,7 +39,7 @@
3839
"safe.d.ts"
3940
],
4041
"devDependencies": {
41-
"eslint": "^5.2.0",
42-
"eslint-config-google": "^0.9.1"
42+
"eslint-config-google": "^0.9.1",
43+
"eslint": "^5.4.0"
4344
}
4445
}

0 commit comments

Comments
 (0)