Skip to content

Commit ff1487a

Browse files
committed
chore: package.json fix
1 parent 961e68a commit ff1487a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/switch/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "@nativescript-community/ui-material-switch",
33
"version": "7.0.42",
44
"description": "Material Switch",
5-
"main": "./switch",
5+
"main": "./index",
66
"sideEffects": false,
7-
"typings": "./switch.d.ts",
7+
"typings": "./index.d.ts",
88
"scripts": {
9-
"tsc": "cpy ../../src/switch/switch.d.ts ./ && tsc -d",
10-
"tsc-win": "cpy ..\\..\\src\\switch\\switch.d.ts .\\ && tsc -d",
9+
"tsc": "cpy ../../src/switch/index.d.ts ./ && tsc -d",
10+
"tsc-win": "cpy ..\\..\\src\\switch\\index.d.ts .\\ && tsc -d",
1111
"build": "npm run tsc",
1212
"build.watch": "npm run tsc -- -w",
1313
"build.win": "npm run tsc-win",

0 commit comments

Comments
 (0)