Skip to content

Commit d7e1416

Browse files
committed
Revert "dual format"
This reverts commit 63b8ab0.
1 parent 63b8ab0 commit d7e1416

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

cli.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@
254254
"default": false
255255
},
256256
"hermes": {
257-
"hasValue": true,
258257
"default": false
259258
},
260259
"name": {

package.json

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,15 @@
11
{
22
"name": "react-native-update-cli",
3-
"version": "2.7.2",
3+
"version": "2.7.1",
44
"description": "command line tool for react-native-update (remote updates for react native)",
55
"main": "index.js",
6-
"exports": {
7-
".": {
8-
"import": "./lib/esm/index.mjs",
9-
"require": "./lib/index.js"
10-
},
11-
"./cli.json": "./cli.json",
12-
"./package.json": "./package.json",
13-
"./lib/*": "./lib/*",
14-
"./src/*": "./src/*",
15-
"./proto/*": "./proto/*",
16-
"./*": {
17-
"import": "./lib/esm/*.mjs",
18-
"require": "./lib/*.js"
19-
}
20-
},
216
"bin": {
227
"pushy": "lib/index.js",
238
"cresc": "lib/index.js"
249
},
2510
"files": ["lib", "src", "proto", "cli.json"],
2611
"scripts": {
27-
"build:cjs": "swc src -d lib --strip-leading-paths",
28-
"build:esm": "swc src -d lib/esm --strip-leading-paths --out-file-extension .mjs -C module.type=es6",
29-
"build": "npm run build:cjs && npm run build:esm",
12+
"build": "swc src -d lib --strip-leading-paths",
3013
"prepublishOnly": "npm run build && chmod +x lib/index.js",
3114
"lint": "tsc --noEmit & biome check --write ."
3215
},

0 commit comments

Comments
 (0)