Skip to content

Commit a1acefc

Browse files
committed
lock mikado version
1 parent 12181b0 commit a1acefc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

frameworks/keyed/mikado/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"build-prod": "npm run build"
2525
},
2626
"dependencies": {
27-
"mikado": "^0.1.2"
27+
"mikado": "0.1.2"
2828
},
2929
"devDependencies": {
30-
"google-closure-compiler": "^20190910.0.0-nightly",
31-
"html2json": "^1.0.2"
30+
"google-closure-compiler": "20190910.0.0-nightly",
31+
"html2json": "1.0.2"
3232
}
3333
}

frameworks/non-keyed/mikado/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"build-prod": "npm run build"
2525
},
2626
"dependencies": {
27-
"mikado": "^0.1.2"
27+
"mikado": "0.1.2"
2828
},
2929
"devDependencies": {
30-
"google-closure-compiler": "^20190904.0.0-nightly",
31-
"html2json": "^1.0.2"
30+
"google-closure-compiler": "20190904.0.0-nightly",
31+
"html2json": "1.0.2"
3232
}
3333
}

0 commit comments

Comments
 (0)