Skip to content

Commit

Permalink
Release 5.0.1 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkody authored Oct 7, 2021
1 parent 34ecca3 commit 52836ec
Show file tree
Hide file tree
Showing 2 changed files with 480 additions and 499 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mkody/vue-material-design-icons",
"version": "5.0.0",
"version": "5.0.1",
"author": "Rob Cresswell <[email protected]>",
"contributors": [
{
Expand All @@ -27,18 +27,18 @@
"material design"
],
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@mdi/js": "6.1.95",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@mdi/js": "6.2.95",
"@vue/test-utils": "1.2.2",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^27.2.0",
"jest": "^27.2.0",
"jest-junit": "^12.2.0",
"babel-jest": "^27.2.4",
"jest": "^27.2.4",
"jest-junit": "^13.0.0",
"jest-serializer-vue": "2.0.2",
"mustache": "^4.2.0",
"p-map": "^5.1.0",
"prettier": "^2.4.0",
"prettier": "^2.4.1",
"regenerator-runtime": "^0.13.9",
"vue": "^2.6.14",
"vue-jest": "^3.0.7",
Expand All @@ -55,7 +55,7 @@
"format": "prettier --write **/*.{js,vue}",
"test": "jest"
},
"engines": {
"engines": {
"node": ">=16"
}
}
Loading

0 comments on commit 52836ec

Please sign in to comment.