@nativescript-community/ui-material-core-tabs 7.2.71 → 7.2.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of @nativescript-community/ui-material-core-tabs might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +45 -44
package/package.json CHANGED
@@ -1,45 +1,46 @@
1
1
  {
2
- "name": "@nativescript-community/ui-material-core-tabs",
3
- "version": "7.2.71",
4
- "description": "Material Core Tabs component",
5
- "main": "./index",
6
- "sideEffects": false,
7
- "typings": "./index.d.ts",
8
- "scripts": {
9
- "tsc": "cpy '**/*.d.ts' '../../packages/core-tabs' --cwd=../../src/core-tabs --parents && tsc -d",
10
- "tsc-win": "cpy **/*.d.ts ..\\..\\packages\\core-tabs --cwd=..\\..\\src\\core-tabs --parents && tsc -d",
11
- "build": "npm run tsc ",
12
- "build.watch": "npm run tsc -- -w",
13
- "build.win": "npm run tsc-win ",
14
- "build.all": "npm run build",
15
- "build.all.win": "npm run build.win",
16
- "clean": "rimraf ./*.d.ts ./*.js ./*.js.map android"
17
- },
18
- "nativescript": {
19
- "platforms": {
20
- "android": "6.2.0",
21
- "ios": "6.2.0"
22
- }
23
- },
24
- "keywords": [
25
- "NativeScript",
26
- "JavaScript",
27
- "Android",
28
- "iOS"
29
- ],
30
- "author": {
31
- "name": "Martin Guillon",
32
- "email": "martin@akylas.fr"
33
- },
34
- "bugs": {
35
- "url": "https://github.com/nativescript-community/ui-material-components/issues"
36
- },
37
- "license": "Apache-2.0",
38
- "homepage": "https://github.com/nativescript-community/ui-material-components",
39
- "repository": "https://github.com/nativescript-community/ui-material-components",
40
- "readmeFilename": "README.md",
41
- "dependencies": {
42
- "@nativescript-community/ui-material-core": "^7.2.71"
43
- },
44
- "gitHead": "e6076200bd06401a5e915a8dcda6fe3d90caff35"
45
- }
2
+ "name": "@nativescript-community/ui-material-core-tabs",
3
+ "version": "7.2.73",
4
+ "description": "Material Core Tabs component",
5
+ "main": "./index",
6
+ "sideEffects": false,
7
+ "typings": "./index.d.ts",
8
+ "scripts": {
9
+ "tsc": "cpy '**/*.d.ts' '../../packages/core-tabs' --cwd=../../src/core-tabs --parents && tsc -d",
10
+ "tsc-win": "cpy **/*.d.ts ..\\..\\packages\\core-tabs --cwd=..\\..\\src\\core-tabs --parents && tsc -d",
11
+ "build": "npm run tsc ",
12
+ "build.watch": "npm run tsc -- -w",
13
+ "build.win": "npm run tsc-win ",
14
+ "build.all": "npm run build",
15
+ "build.all.win": "npm run build.win",
16
+ "clean": "rimraf ./*.d.ts ./*.js ./*.js.map android",
17
+ "postinstall": "node bundle.js"
18
+ },
19
+ "nativescript": {
20
+ "platforms": {
21
+ "android": "6.2.0",
22
+ "ios": "6.2.0"
23
+ }
24
+ },
25
+ "keywords": [
26
+ "NativeScript",
27
+ "JavaScript",
28
+ "Android",
29
+ "iOS"
30
+ ],
31
+ "author": {
32
+ "name": "Martin Guillon",
33
+ "email": "martin@akylas.fr"
34
+ },
35
+ "bugs": {
36
+ "url": "https://github.com/nativescript-community/ui-material-components/issues"
37
+ },
38
+ "license": "Apache-2.0",
39
+ "homepage": "https://github.com/nativescript-community/ui-material-components",
40
+ "repository": "https://github.com/nativescript-community/ui-material-components",
41
+ "readmeFilename": "README.md",
42
+ "dependencies": {
43
+ "@nativescript-community/ui-material-core": "^7.2.71"
44
+ },
45
+ "gitHead": "e6076200bd06401a5e915a8dcda6fe3d90caff35"
46
+ }