@farris/cli 1.0.21 → 1.0.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/ci/cli.js +1 -1
  2. package/package.json +1 -1
package/ci/cli.js CHANGED
@@ -361,7 +361,7 @@ function publish(commitUrl, updateVersionType) {
361
361
  const projects = monoWorkspace.projects;
362
362
  const checkProjects = projects.map((projectInfo) => {
363
363
  const lastCommit = getLastCommit();
364
- console.log(`last commit ${lastCommit}`); Í
364
+ console.log(`last commit ${lastCommit}`);
365
365
  let checkPromise = checkProjectChanges(projectInfo, lastCommit);
366
366
  let changedPromise = checkPromise.then(hasChanged => {
367
367
  projectInfo.hasChanged = hasChanged;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farris/cli",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Farris command line interface",
5
5
  "main": "index.js",
6
6
  "scripts": {