Skip to content

Commit

Permalink
fix babel dependencies and build
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Mar 12, 2023
1 parent 5137c44 commit faec45f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function(grunt) {
pkg: grunt.file.readJSON('package.json'),
babel: {
options: {
presets: ['babel-preset-env']
presets: ['@babel/preset-env']
},
dist: {
files: [{
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"babel-preset-env": "^1.7.0",
"brfs": "^1.5.0",
"chai": "^3.5.0",
"grunt": "^1.1.0",
"grunt-babel": "^7.0.0",
"grunt-babel": "^8.0.0",
"grunt-browserify": "^6.0.0",
"grunt-cli": "^1.3.1",
"grunt-contrib-clean": "^1.1.0",
Expand Down

0 comments on commit faec45f

Please sign in to comment.