Skip to content

Commit 7dec27b

Browse files
committed
move yml package into main dep list
1 parent 91d1765 commit 7dec27b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
"chart.js": "^2.9.3",
127127
"classnames": "^2.2.6",
128128
"codemirror": "^5.58.2",
129+
"yamljs": "^0.3.0",
129130
"codemirror-graphql": "^0.12.1",
130131
"concurrently": "^5.2.0",
131132
"date-fns": "^1.29.0",
@@ -260,8 +261,7 @@
260261
"webpack-bundle-analyzer": "^3.8.0",
261262
"webpack-cli": "^3.3.12",
262263
"webpack-dev-server": "^3.11.0",
263-
"webpack-node-externals": "^1.7.2",
264-
"yamljs": "^0.3.0"
264+
"webpack-node-externals": "^1.7.2"
265265
},
266266
"author": {
267267
"name": "Swell",
@@ -465,4 +465,4 @@
465465
"url": "https://github.com/awong428"
466466
}
467467
]
468-
}
468+
}

0 commit comments

Comments
 (0)