Skip to content

Commit

Permalink
fix(deps): force update dot-prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Boustead committed Sep 3, 2020
1 parent c69e167 commit 4663a0c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
29 changes: 17 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"watch:test": "rollup -c scripts/test.rollup.config.js -w",
"prepublish": "npm run build",
"prepush": "npm run lint",
"precommit": "npm run docs:toc && git add README.md"
"precommit": "npm run docs:toc && git add README.md",
"preinstall": "npx npm-force-resolutions"
},
"keywords": [
"videojs",
Expand Down Expand Up @@ -105,5 +106,8 @@
"sinon": "^2.2.0",
"uglify-js": "^3.0.7",
"videojs-standard": "^6.0.0"
},
"resolutions": {
"dot-prop": "4.2.1"
}
}

0 comments on commit 4663a0c

Please sign in to comment.