Skip to content

Commit 5abb25d

Browse files
committed
forcing exact low version
1 parent 06782ae commit 5abb25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/force-lowest-dependencies.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
const fs = require('fs');
1313
const childProcess = require('child_process');
1414

15-
const vueLowVersion = '^2.3.4';
16-
const vueLoaderLowVersion = '^15.0.11';
15+
const vueLowVersion = '2.3.4';
16+
const vueLoaderLowVersion = '15.0.11';
1717

1818
function getLowestVersion(dependency, range) {
1919
return new Promise((resolve, reject) => {

0 commit comments

Comments
 (0)