Skip to content

Commit afec60c

Browse files
committed
Start pinning some deps.
1 parent 2162c5a commit afec60c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@
1111
"react"
1212
],
1313
"author": "Kyle Kelley <[email protected]>",
14-
"license": "BSD-3-Clause"
14+
"license": "MPL-2.0",
15+
"dependencies": {
16+
"ansi-parser": "^3.2.0",
17+
"ansi-to-html": "^0.3.0",
18+
"entities": "^1.1.1"
19+
}
1520
}

0 commit comments

Comments
 (0)