Skip to content

Commit

Permalink
Merge pull request #1025 from AmadeusITGroup/bugfix/mustache-to-deps
Browse files Browse the repository at this point in the history
fix: move mustache back to dependencies
  • Loading branch information
vscaiceanu-1a authored Oct 12, 2023
2 parents 8baa29b + 771f9f0 commit 72d5f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"dependencies": {
"@angular-devkit/architect": "^0.1602.0",
"@angular-devkit/core": "^16.2.0",
"mustache": "^4.2.0",
"typescript": "~5.1.6",
"webpack": "^5.79.0"
},
Expand All @@ -49,7 +50,6 @@
"copyfiles": "^2.4.1",
"eslint": "^8.30.0",
"jest": "^29.3.1",
"mustache": "^4.2.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.0.3"
},
Expand Down

0 comments on commit 72d5f49

Please sign in to comment.