We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961e68a commit ff1487aCopy full SHA for ff1487a
packages/switch/package.json
@@ -2,12 +2,12 @@
2
"name": "@nativescript-community/ui-material-switch",
3
"version": "7.0.42",
4
"description": "Material Switch",
5
- "main": "./switch",
+ "main": "./index",
6
"sideEffects": false,
7
- "typings": "./switch.d.ts",
+ "typings": "./index.d.ts",
8
"scripts": {
9
- "tsc": "cpy ../../src/switch/switch.d.ts ./ && tsc -d",
10
- "tsc-win": "cpy ..\\..\\src\\switch\\switch.d.ts .\\ && tsc -d",
+ "tsc": "cpy ../../src/switch/index.d.ts ./ && tsc -d",
+ "tsc-win": "cpy ..\\..\\src\\switch\\index.d.ts .\\ && tsc -d",
11
"build": "npm run tsc",
12
"build.watch": "npm run tsc -- -w",
13
"build.win": "npm run tsc-win",
0 commit comments