Skip to content

Commit

Permalink
📦️ Remove force install for glob-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
surfinzap committed Sep 4, 2021
1 parent f54d9c0 commit 571fe0f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 21 deletions.
60 changes: 44 additions & 16 deletions package-lock.json

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

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "translit-rue",
"version": "2.0.4",
"version": "2.0.5",
"description": "Translit is a javascript library to transliterate Rusyn language from Latin alphabet to Cyrillic script and vice versa.",
"license": "MIT",
"author": {
"name": "Braňo Šandala",
"email": "[email protected]"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"build": "gulp build",
"test": "mocha --require @babel/register ./src/test/**/*.test.js -R min",
"test:dev": "mocha --require @babel/register ./src/test/**/*.test.js -R min -w"
Expand Down Expand Up @@ -43,8 +42,5 @@
"mocha": "^9.1.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"resolutions": {
"glob-parent": "^5.1.2"
}
}

0 comments on commit 571fe0f

Please sign in to comment.