Daniel Zlotin hace 7 años
padre
commit
0bd76b2857
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      scripts/release.js

+ 1
- 0
scripts/release.js Ver fichero

@@ -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';