Skip to content

Commit cb9031e

Browse files
authored
Merge pull request #275 from ChrisPark89/fix/dep
Added mustache in devDependency
2 parents f9e8b35 + e593630 commit cb9031e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"configurationModule": "lib/imperative.js"
3232
},
3333
"dependencies": {
34-
"fast-xml-parser": "^3.12.16",
35-
"@brightside/cics": "^1.1.1"
34+
"@brightside/cics": "^1.1.1",
35+
"fast-xml-parser": "^3.12.16"
3636
},
3737
"devDependencies": {
3838
"@brightside/core": "^2.28.1",
@@ -58,6 +58,7 @@
5858
"jest-junit": "^6.3.0",
5959
"jest-stare": "^1.11.1",
6060
"js-yaml": "^3.13.0",
61+
"mustache": "^3.0.1",
6162
"rimraf": "^2.6.2",
6263
"ts-jest": "^24.0.0",
6364
"ts-node": "^3.3.0",

0 commit comments

Comments
 (0)