Skip to content

Commit 989eac2

Browse files
committed
added chalk
1 parent 1f6b826 commit 989eac2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-cli-load",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "GraphQL CLI Data Loading plugin",
55
"files": [
66
"LICENSE",
@@ -35,6 +35,7 @@
3535
"typescript": "^2.2.0"
3636
},
3737
"dependencies": {
38+
"chalk": "^2.1.0",
3839
"glob": "^7.1.2",
3940
"graphql": "^0.10.5",
4041
"graphql-cli": "^1.0.0-beta.4",

0 commit comments

Comments
 (0)