Skip to content

Commit 319627d

Browse files
committed
Updated deps, moved to babel-preset-env, version bump, added package.lock
1 parent 13562a5 commit 319627d

File tree

4 files changed

+4984
-23
lines changed

4 files changed

+4984
-23
lines changed

.babelrc

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2-
"presets": ["es2015", "stage-0"],
3-
"plugins": ["babel-plugin-add-module-exports"]
2+
"presets": [
3+
"env",
4+
"stage-0"
5+
],
6+
"plugins": [
7+
"babel-plugin-add-module-exports"
8+
]
49
}

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ Problem solved.
100100
- [Nirazul](https://github.com/Nirazul) for reporting the comment glob bug
101101
- [CREEATION](https://github.com/CREEATION) for submitting a regex for comment globs
102102

103-
104103
# Contribute
105104

106105
## Run tests

0 commit comments

Comments
 (0)