Skip to content

Commit cea420a

Browse files
committed
move yml file into main deps
1 parent 7dec27b commit cea420a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,4 +465,4 @@
465465
"url": "https://github.com/awong428"
466466
}
467467
]
468-
}
468+
}

0 commit comments

Comments
 (0)