Skip to content

Commit ff150f8

Browse files
committed
chore(release): 4.2.4
fixed packing script to ensure we compile ts before packing
1 parent c90ac1a commit ff150f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "ios-sim-portable",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "",
55
"main": "./lib/ios-sim.js",
66
"scripts": {
7-
"prepublish": "node prepublish.js",
7+
"prepack": "node prepack.js",
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
1010
"bin": {
File renamed without changes.

0 commit comments

Comments
 (0)