Skip to content

Commit 7ee208e

Browse files
authored
Merge pull request #21 from oslabs-beta/colin/yml
Colin/yml
2 parents 91d1765 + cea420a commit 7ee208e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Build folder and files #
22
##########################
3-
builds/
3+
build/
44
release/
55

66
# Development folders and files #
77
#################################
88
.tmp/
99
dist/
10-
node_modules/
10+
node_modules
1111
*.compiled.*
1212
package-lock.json
1313
coverage/

package.json

Lines changed: 2 additions & 2 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",

0 commit comments

Comments
 (0)