Skip to content

Commit 421ccb6

Browse files
committed
Replace \\ with /
1 parent 996de06 commit 421ccb6

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@draftbit/core",
33
"version": "46.10.2",
44
"description": "Core (non-native) Components",
5-
"main": "lib\\commonjs\\index.js",
6-
"module": "lib\\module\\index.js",
7-
"types": "lib\\typescript\\src\\index.d.ts",
8-
"react-native": "src\\index.tsx",
5+
"main": "lib/commonjs/index.js",
6+
"module": "lib/module/index.js",
7+
"types": "lib/typescript/src/index.d.ts",
8+
"react-native": "src/index.tsx",
99
"source": "src/index.tsx",
1010
"files": [
1111
"src",

packages/maps/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@draftbit/maps",
33
"version": "46.10.2",
44
"description": "Map Components",
5-
"main": "lib\\commonjs\\index.js",
6-
"module": "lib\\module\\index.js",
7-
"types": "lib\\typescript\\src\\index.d.ts",
8-
"react-native": "src\\index.tsx",
5+
"main": "lib/commonjs/index.js",
6+
"module": "lib/module/index.js",
7+
"types": "lib/typescript/src/index.d.ts",
8+
"react-native": "src/index.tsx",
99
"source": "src/index.tsx",
1010
"files": [
1111
"src",

packages/native/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@draftbit/native",
33
"version": "46.10.2",
44
"description": "Draftbit UI Components that Depend on Native Components",
5-
"main": "lib\\commonjs\\index.js",
6-
"module": "lib\\module\\index.js",
7-
"types": "lib\\typescript\\src\\index.d.ts",
8-
"react-native": "src\\index.tsx",
5+
"main": "lib/commonjs/index.js",
6+
"module": "lib/module/index.js",
7+
"types": "lib/typescript/src/index.d.ts",
8+
"react-native": "src/index.tsx",
99
"source": "src/index.tsx",
1010
"files": [
1111
"src",

packages/types/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@draftbit/types",
33
"version": "46.10.2",
44
"description": "Shared constants and types between native and core components",
5-
"main": "lib\\commonjs\\index.js",
6-
"module": "lib\\module\\index.js",
7-
"types": "lib\\typescript\\src\\index.d.ts",
8-
"react-native": "src\\index.ts",
5+
"main": "lib/commonjs/index.js",
6+
"module": "lib/module/index.js",
7+
"types": "lib/typescript/src/index.d.ts",
8+
"react-native": "src/index.ts",
99
"source": "src/index.ts",
1010
"files": [
1111
"src",

packages/ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@draftbit/ui",
33
"version": "46.10.2",
44
"description": "Draftbit UI Library",
5-
"main": "lib\\commonjs\\index.js",
6-
"module": "lib\\module\\index.js",
7-
"types": "lib\\typescript\\src\\index.d.ts",
8-
"react-native": "src\\index.tsx",
5+
"main": "lib/commonjs/index.js",
6+
"module": "lib/module/index.js",
7+
"types": "lib/typescript/src/index.d.ts",
8+
"react-native": "src/index.tsx",
99
"source": "src/index.tsx",
1010
"files": [
1111
"src",

packages/web-maps/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@draftbit/web-maps",
33
"version": "46.10.2",
44
"description": "Web Map Components",
5-
"main": "lib\\commonjs\\index.js",
6-
"module": "lib\\module\\index.js",
7-
"types": "lib\\typescript\\src\\index.d.ts",
8-
"react-native": "src\\index.tsx",
5+
"main": "lib/commonjs/index.js",
6+
"module": "lib/module/index.js",
7+
"types": "lib/typescript/src/index.d.ts",
8+
"react-native": "src/index.tsx",
99
"source": "src/index.tsx",
1010
"files": [
1111
"src",

0 commit comments

Comments
 (0)