Skip to content

Commit dca5e36

Browse files
committed
2 parents 8d5defd + b8129b7 commit dca5e36

File tree

3 files changed

+154
-141
lines changed

3 files changed

+154
-141
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"author": "mottox2",
2121
"license": "MIT",
2222
"devDependencies": {
23-
"@babel/cli": "^7.0.0",
24-
"@babel/core": "^7.0.0",
25-
"@babel/preset-env": "^7.0.0"
23+
"@babel/cli": "7.1.2",
24+
"@babel/core": "7.1.2",
25+
"@babel/preset-env": "7.1.0"
2626
},
2727
"dependencies": {
2828
"frisbee": "^1.6.4"

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
]
5+
}

0 commit comments

Comments
 (0)