Skip to content

Commit e7a0d9d

Browse files
committed
fix: missing mustache module
fix #14
1 parent 1852568 commit e7a0d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"commitizen": "^3.0.2",
4040
"cz-conventional-changelog": "^2.1.0",
4141
"husky": "^1.1.1",
42-
"mustache": "^3.0.0",
4342
"standard-version": "^4.4.0"
4443
},
4544
"dependencies": {
@@ -49,6 +48,7 @@
4948
"merge-deep": "^3.0.2",
5049
"sanitization": "^0.3.0",
5150
"semver": "^5.6.0",
52-
"simple-git": "^1.104.0"
51+
"simple-git": "^1.104.0",
52+
"mustache": "^3.0.0"
5353
}
5454
}

0 commit comments

Comments
 (0)