nativescript-social-share
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "nativescript-social-share", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A NativeScript module to use the native social sharing widget", | ||
@@ -5,0 +5,0 @@ "main": "social-share.js", |
@@ -11,15 +11,16 @@ # NativeScript Social Share | ||
. | ||
├── app | ||
│ ├── app <------------- run npm install from here | ||
│ │ ├── app.css | ||
│ │ ├── app.js | ||
│ │ ├── bootstrap.js | ||
│ │ ├── main-page.js | ||
│ │ ├── main-page.xml | ||
│ │ ├── node_modules | ||
│ │ │ └── nativescript-social-share <-- The install will place the module's code here | ||
│ │ │ └── ... | ||
│ │ └── package.json <-- The install will register “nativescript-social-share” as a dependency here | ||
│ └── tns_modules | ||
│ └── ... | ||
├── app <----------------run npm install from here | ||
│ ├── App_Resources | ||
│ │ ├── android | ||
│ │ └── ios | ||
│ ├── app.css | ||
│ ├── app.js | ||
│ ├── main-page.js | ||
│ ├── main-page.xml | ||
│ ├── node_modules | ||
│ │ └── nativescript-social-share <-- The install will place the module's code here | ||
│ │ └── ... | ||
│ ├── package.json <-- The install will register “nativescript-social-share as a dependency here | ||
│ └── tns_modules | ||
│ └── ... | ||
└── platforms | ||
@@ -26,0 +27,0 @@ ├── android |
57
292513