Skip to content

Commit

Permalink
Update Yarn build config
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrianotiger committed Jun 8, 2022
1 parent 702bac3 commit 077d16f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
/.yarn
.yarn*
node_modules
.editorconfig
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,24 @@
"devDependencies": {
"babel-core": "6.26.3",
"babel-preset-env": "1.7.0",
"camelcase": "6.2.0",
"camelcase": "7.0.0",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-minify": "3.1.0",
"gulp-sourcemaps": "3.0.0",
"object.assign": "4.1.2",
"yargs-parser": "20.2.9"
"yargs-parser": "21.0.1"
},
"scripts": {
"build": "gulp build --gulpfile build/gulpfile.js"
},
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"glob-parent": "^6.0.2",
"lodash": "4.17.21",
"lodash.template": "^4.5.0",
"minimatch": "3.0.4",
"npm": "^8.11.0"
"minimatch": "5.1.0",
"npm": "^8.12.1"
}
}

0 comments on commit 077d16f

Please sign in to comment.