Skip to content

Commit aba112e

Browse files
committed
and format...
1 parent b2f73cc commit aba112e

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

apps/win32-81/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"url": "https://github.com/microsoft/fluentui-react-native.git",
99
"directory": "apps/win32"
1010
},
11+
"main": "lib-commonjs/index.js",
12+
"module": "lib/index.js",
13+
"types": "lib/index.d.ts",
1114
"exports": {
1215
".": {
1316
"types": "./lib/index.d.ts",
@@ -16,9 +19,6 @@
1619
"default": "./src/index.ts"
1720
}
1821
},
19-
"main": "lib-commonjs/index.js",
20-
"module": "lib/index.js",
21-
"types": "lib/index.d.ts",
2222
"scripts": {
2323
"build": "fluentui-scripts build",
2424
"build-cjs": "tsgo --outDir lib-commonjs",
@@ -36,9 +36,6 @@
3636
"run-win32-devmain-dev": "rex-win32 --bundle index --component FluentTester --basePath ./dist --useDirectDebugger --windowTitle \"FluentUI Tester\" --pluginProps --debugBundlePath index --jsEngine v8 --useFastRefresh --useDevMain",
3737
"start": "rnx-cli start"
3838
},
39-
"jest": {
40-
"preset": "react-native"
41-
},
4239
"dependencies": {
4340
"@fluentui-react-native/tester-core": "workspace:*",
4441
"@office-iss/react-native-win32": "^0.81.0",
@@ -79,6 +76,9 @@
7976
"react-test-renderer": "19.1.0",
8077
"rimraf": "catalog:"
8178
},
79+
"jest": {
80+
"preset": "react-native"
81+
},
8282
"furn": {
8383
"depcheck": {
8484
"ignoreMatches": [

apps/win32/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"url": "https://github.com/microsoft/fluentui-react-native.git",
99
"directory": "apps/win32"
1010
},
11+
"main": "lib-commonjs/index.js",
12+
"module": "lib/index.js",
13+
"types": "lib/index.d.ts",
1114
"exports": {
1215
".": {
1316
"types": "./lib/index.d.ts",
@@ -16,9 +19,6 @@
1619
"default": "./src/index.ts"
1720
}
1821
},
19-
"main": "lib-commonjs/index.js",
20-
"module": "lib/index.js",
21-
"types": "lib/index.d.ts",
2222
"scripts": {
2323
"build": "fluentui-scripts build",
2424
"build-cjs": "tsgo --outDir lib-commonjs",
@@ -36,9 +36,6 @@
3636
"run-win32-devmain-dev": "rex-win32 --bundle index --component FluentTester --basePath ./dist --useDirectDebugger --windowTitle \"FluentUI Tester\" --pluginProps --debugBundlePath index --jsEngine v8 --useFastRefresh --useDevMain",
3737
"start": "rnx-cli start"
3838
},
39-
"jest": {
40-
"preset": "react-native"
41-
},
4239
"dependencies": {
4340
"@fluentui-react-native/tester-core": "workspace:*",
4441
"@office-iss/react-native-win32": "^0.74.0",
@@ -74,6 +71,9 @@
7471
"react-test-renderer": "18.2.0",
7572
"rimraf": "catalog:"
7673
},
74+
"jest": {
75+
"preset": "react-native"
76+
},
7777
"furn": {
7878
"depcheck": {
7979
"ignoreMatches": [

0 commit comments

Comments
 (0)