Skip to content

Commit

Permalink
[chore] update to fynpo 0.2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Oct 14, 2020
1 parent afb7ba0 commit d0ed641
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -517,5 +517,5 @@ yarn.lock
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.fyn
.fynpo

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
},
"devDependencies": {
"bluebird": "^3.5.0",
"fynpo": "^0.1.27",
"fynpo": "^0.1.28",
"lerna": "^2.0.0",
"lodash": "^4.17.10",
"semver": "^5.3.0",
"xclap": "^0.2.18",
"xsh": "^0.4.0",
"yeoman-test": "1.8.0"
"xsh": "^0.4.0"
},
"bugs": {
"url": "https://github.com/electrode-io/electrode/issues"
Expand Down
2 changes: 0 additions & 2 deletions xclap.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
"use strict";

const assert = require("assert");
const xclap = require("xclap");
const xsh = require("xsh");
const shell = xsh.$;
const exec = xsh.exec;
const fs = require("fs");
const Path = require("path");
const yoTest = require("yeoman-test");
const _ = require("lodash");

const isWin32 = process.platform.startsWith("win32");
Expand Down

0 comments on commit d0ed641

Please sign in to comment.