Skip to content

Commit a5fe445

Browse files
committed
bump 0.4.4
1 parent 8da134f commit a5fe445

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fbkpm",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"license": "BSD-3-Clause",
55
"preferGlobal": true,
66
"main": "./index.js",

test/commands/install.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ test.skip("install --save should add missing deps to fbkpm and mirror (PR import
652652
});
653653

654654
// TODO https://github.com/facebook/fbkpm/issues/78
655-
test.only("install --save should update a dependency to fbkpm and mirror (PR import scenario 2)", async () => {
655+
test.skip("install --save should update a dependency to fbkpm and mirror (PR import scenario 2)", async () => {
656656
// mime-types@2.0.0 is saved in local mirror and gets updated to mime-types@2.1.11 via
657657
// a change in package.json,
658658
// files in mirror, fbkpm.lock, package.json and node_modules should reflect that
@@ -734,6 +734,7 @@ test("install --initMirror should add init mirror deps from package.json", async
734734

735735
await fs.unlink(path.join(config.cwd, mirrorPath));
736736
await fs.unlink(path.join(config.cwd, "fbkpm.lock"));
737+
737738
});
738739
});
739740

0 commit comments

Comments
 (0)