Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

Commit 50521c4

Browse files
committed
Fix bin paths
1 parent 70b6784 commit 50521c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-cosmos-classic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"socket.io-client": "^2.2.0"
3535
},
3636
"bin": {
37-
"cosmos-classic": "./bin/cosmos.js",
38-
"cosmos-classic-export": "./bin/cosmos-export.js",
39-
"cosmos-classic-native": "./bin/cosmos-native.js",
37+
"cosmos-classic": "./bin/cosmos-classic.js",
38+
"cosmos-classic-export": "./bin/cosmos-classic-export.js",
39+
"cosmos-classic-native": "./bin/cosmos-classic-native.js",
4040
"print-fixture-files": "./bin/print-fixture-files.js"
4141
}
4242
}

0 commit comments

Comments
 (0)