Skip to content

Commit

Permalink
Merge tag '0.13.1'
Browse files Browse the repository at this point in the history
FIX npx npm-force-resolutions failed #445
  • Loading branch information
mashpie committed Aug 20, 2020
2 parents 89df0aa + 0c20329 commit f2145ab
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 40 deletions.
68 changes: 33 additions & 35 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "i18n",
"description": "lightweight translation module with dynamic json storage",
"version": "0.13.0",
"version": "0.13.1",
"homepage": "http://github.com/mashpie/i18n-node",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"debug": "^4.1.1",
"make-plural": "^6.2.1",
"make-plural": "^6.2.2",
"math-interval-parser": "^2.0.1",
"messageformat": "^2.3.0",
"mustache": "^4.0.1",
Expand All @@ -51,9 +51,9 @@
"husky": "^4.2.5",
"import-fresh": "^3.2.1",
"lint-staged": "^10.2.11",
"mocha": "^7.1.2",
"mocha": "^7.2.0",
"prettier": "^2.0.5",
"sinon": "^9.0.2",
"sinon": "^9.0.3",
"tap": "^14.10.8"
},
"resolutions": {
Expand All @@ -64,7 +64,7 @@
"node": ">=0.10.0"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"force-resolutions": "npx npm-force-resolutions",
"lint": "eslint '**/*.js'",
"test": "npm run lint && mocha --exit",
"test-ci": "npm run lint && istanbul cover mocha -- --exit"
Expand Down

0 comments on commit f2145ab

Please sign in to comment.