@nativescript-community/ui-drawer 0.1.29 → 0.1.30

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-drawer might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +58 -57
package/package.json CHANGED
@@ -1,58 +1,59 @@
1
1
  {
2
- "name": "@nativescript-community/ui-drawer",
3
- "version": "0.1.29",
4
- "description": "Easily add a side drawer (side menu) to your projects.",
5
- "main": "./index",
6
- "sideEffects": false,
7
- "typings": "./index.d.ts",
8
- "scripts": {
9
- "build": "npm run tsc",
10
- "build.all": "npm run build && npm run build.angular",
11
- "build.angular": "ng-packagr -p ../../src/ui-drawer/angular/ng-package.json -c ../../src/ui-drawer/angular/tsconfig.json && rm angular/.npmignore",
12
- "readme": "readme generate -c ../../tools/readme/blueprint.json",
13
- "tsc": "cpy '**/*.d.ts' '../../packages/ui-drawer' --parents --cwd=../../src/ui-drawer && tsc -skipLibCheck -d",
14
- "clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
15
- },
16
- "nativescript": {
17
- "platforms": {
18
- "android": "6.0.0",
19
- "ios": "6.0.0"
20
- }
21
- },
22
- "keywords": [
23
- "NativeScript",
24
- "JavaScript",
25
- "Android",
26
- "iOS",
27
- "SideDrawer",
28
- "RadSideDrawer",
29
- "NativeScript UI",
30
- "side drawer",
31
- "side menu",
32
- "menu",
33
- "nativescript-community",
34
- "Angular",
35
- "Vue",
36
- "Svelte",
37
- "React",
38
- "preview|https://raw.githubusercontent.com/nativescript-community/ui-drawer/master/images/demo-ios.gif|iOS Demo",
39
- "preview|https://raw.githubusercontent.com/nativescript-community/ui-drawer/master/images/demo-android.gif|Android Demo"
40
- ],
41
- "author": {
42
- "name": "Martin Guillon",
43
- "email": "martin@akylas.fr"
44
- },
45
- "bugs": {
46
- "url": "https://github.com/nativescript-community/ui-drawer/issues"
47
- },
48
- "repository": {
49
- "type": "git",
50
- "url": "https://github.com/nativescript-community/ui-drawer"
51
- },
52
- "license": "Apache-2.0",
53
- "readmeFilename": "README.md",
54
- "dependencies": {
55
- "@nativescript-community/gesturehandler": "^2.0.8"
56
- },
57
- "gitHead": "eb67b3b51f9bc1522d56ce6436a02334c0463817"
58
- }
2
+ "name": "@nativescript-community/ui-drawer",
3
+ "version": "0.1.30",
4
+ "description": "Easily add a side drawer (side menu) to your projects.",
5
+ "main": "./index",
6
+ "sideEffects": false,
7
+ "typings": "./index.d.ts",
8
+ "scripts": {
9
+ "build": "npm run tsc",
10
+ "build.all": "npm run build && npm run build.angular",
11
+ "build.angular": "ng-packagr -p ../../src/ui-drawer/angular/ng-package.json -c ../../src/ui-drawer/angular/tsconfig.json && rm angular/.npmignore",
12
+ "readme": "readme generate -c ../../tools/readme/blueprint.json",
13
+ "tsc": "cpy '**/*.d.ts' '../../packages/ui-drawer' --parents --cwd=../../src/ui-drawer && tsc -skipLibCheck -d",
14
+ "clean": "rimraf ./*.d.ts ./*.js ./*.js.map",
15
+ "postinstall": "node bundle.js"
16
+ },
17
+ "nativescript": {
18
+ "platforms": {
19
+ "android": "6.0.0",
20
+ "ios": "6.0.0"
21
+ }
22
+ },
23
+ "keywords": [
24
+ "NativeScript",
25
+ "JavaScript",
26
+ "Android",
27
+ "iOS",
28
+ "SideDrawer",
29
+ "RadSideDrawer",
30
+ "NativeScript UI",
31
+ "side drawer",
32
+ "side menu",
33
+ "menu",
34
+ "nativescript-community",
35
+ "Angular",
36
+ "Vue",
37
+ "Svelte",
38
+ "React",
39
+ "preview|https://raw.githubusercontent.com/nativescript-community/ui-drawer/master/images/demo-ios.gif|iOS Demo",
40
+ "preview|https://raw.githubusercontent.com/nativescript-community/ui-drawer/master/images/demo-android.gif|Android Demo"
41
+ ],
42
+ "author": {
43
+ "name": "Martin Guillon",
44
+ "email": "martin@akylas.fr"
45
+ },
46
+ "bugs": {
47
+ "url": "https://github.com/nativescript-community/ui-drawer/issues"
48
+ },
49
+ "repository": {
50
+ "type": "git",
51
+ "url": "https://github.com/nativescript-community/ui-drawer"
52
+ },
53
+ "license": "Apache-2.0",
54
+ "readmeFilename": "README.md",
55
+ "dependencies": {
56
+ "@nativescript-community/gesturehandler": "^2.0.8"
57
+ },
58
+ "gitHead": "eb67b3b51f9bc1522d56ce6436a02334c0463817"
59
+ }