Daniel Zlotin 7 lat temu
rodzic
commit
0bd76b2857
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      scripts/release.js

+ 1
- 0
scripts/release.js Wyświetl plik

@@ -3,6 +3,7 @@ const exec = require('shell-utils').exec;
3 3
 const p = require('path');
4 4
 const semver = require('semver');
5 5
 const fs = require('fs');
6
+const _ = require('lodash');
6 7
 
7 8
 const ONLY_ON_BRANCH = 'v2';
8 9
 const VERSION_TAG = 'alpha';