Skip to content

Commit

Permalink
Merge pull request #4 from qor/upgrade-babel
Browse files Browse the repository at this point in the history
Upgrade babel to 7.24.4
  • Loading branch information
jsthon authored Jun 3, 2024
2 parents ddc4a23 + 5728e63 commit 9cf81b5
Show file tree
Hide file tree
Showing 3 changed files with 1,259 additions and 648 deletions.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"presets": ["env"]
"presets": [
"@babel/preset-env"
]
}
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@
"type": "git",
"url": "https://github.com/qor/qor.git"
},
"keywords": ["qor", "cms", "go"],
"keywords": [
"qor",
"cms",
"go"
],
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.6.1",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"gulp-babel": "^7.0.1"
}
}
Loading

0 comments on commit 9cf81b5

Please sign in to comment.