We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7754c73 commit 367d38fCopy full SHA for 367d38f
package.json
@@ -1,7 +1,6 @@
1
{
2
"name": "@pattern-lab/patternlab-node",
3
- "description":
4
- "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
+ "description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
5
"version": "3.0.0-alpha.7",
6
"main": "./core/index.js",
7
"dependencies": {
@@ -15,7 +14,7 @@
15
14
"graphlib": "^2.1.1",
16
"js-beautify": "^1.6.3",
17
"js-yaml": "^3.6.1",
18
- "lodash": "~4.13.1",
+ "lodash": "~4.17.5",
19
"markdown-it": "^6.0.1",
20
"node-fetch": "^1.6.0",
21
"recursive-copy": "^2.0.6",
0 commit comments