Skip to content

Commit

Permalink
add tslib as dependencies and replace yarn with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
zgid123 committed Sep 24, 2022
1 parent e3ee27c commit b465068
Show file tree
Hide file tree
Showing 4 changed files with 3,360 additions and 3,384 deletions.
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "string-interpolation-js",
"version": "1.0.5",
"version": "1.0.6",
"description": "Simple module to format string from template",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepublish": "rm -rf lib && tsc",
"test": "jest --config jestconfig.json"
"test": "jest --config jestconfig.json",
"update-packages": "pnpm update -i -r --latest"
},
"keywords": [
"string",
Expand All @@ -22,19 +23,21 @@
},
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/jest": "^29.0.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-typescript": "^3.0.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jest": "^27.3.1",
"lint-staged": "^12.0.3",
"husky": "^8.0.1",
"jest": "^29.0.3",
"lint-staged": "^13.0.3",
"prettier": "^2.5.1",
"ts-jest": "^27.0.7",
"tslib": "^2.3.1",
"ts-jest": "^29.0.2",
"typescript": "^4.5.2"
},
"dependencies": {
"tslib": "^2.4.0"
}
}
Loading

0 comments on commit b465068

Please sign in to comment.