Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 0475634

Browse files
EddyVerbruggenEddyVerbruggen
authored andcommitted
Update dependency of xcode > node-uuid #343
1 parent d7e3790 commit 0475634

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-plugin-firebase",
3-
"version": "3.11.2",
3+
"version": "3.11.3",
44
"description": "Fire. Base. Firebase!",
55
"main": "firebase",
66
"typings": "index.d.ts",
@@ -66,14 +66,14 @@
6666
},
6767
"homepage": "https://github.com/eddyverbruggen/nativescript-plugin-firebase",
6868
"dependencies": {
69-
"xcode": "0.8.0",
69+
"xcode": "0.9.2",
7070
"prompt-lite": "^0.1.1",
7171
"fs-promise": "^2.0.0",
7272
"nativescript-hook": "^0.2.1"
7373
},
7474
"devDependencies": {
7575
"prompt-lite": "^0.1.1",
76-
"xcode": "0.8.0",
76+
"xcode": "0.9.2",
7777
"webpack": "~2.2.0"
7878
}
7979
}

scripts/postinstall.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
/******/ (function(modules) { // webpackBootstrap
22
/******/ // The module cache
33
/******/ var installedModules = {};
4-
4+
/******/
55
/******/ // The require function
66
/******/ function __webpack_require__(moduleId) {
7-
7+
/******/
88
/******/ // Check if module is in cache
99
/******/ if(installedModules[moduleId])
1010
/******/ return installedModules[moduleId].exports;
11-
11+
/******/
1212
/******/ // Create a new module (and put it into the cache)
1313
/******/ var module = installedModules[moduleId] = {
1414
/******/ i: moduleId,
1515
/******/ l: false,
1616
/******/ exports: {}
1717
/******/ };
18-
18+
/******/
1919
/******/ // Execute the module function
2020
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
21-
21+
/******/
2222
/******/ // Flag the module as loaded
2323
/******/ module.l = true;
24-
24+
/******/
2525
/******/ // Return the exports of the module
2626
/******/ return module.exports;
2727
/******/ }
28-
29-
28+
/******/
29+
/******/
3030
/******/ // expose the modules object (__webpack_modules__)
3131
/******/ __webpack_require__.m = modules;
32-
32+
/******/
3333
/******/ // expose the module cache
3434
/******/ __webpack_require__.c = installedModules;
35-
35+
/******/
3636
/******/ // identity function for calling harmony imports with the correct context
3737
/******/ __webpack_require__.i = function(value) { return value; };
38-
38+
/******/
3939
/******/ // define getter function for harmony exports
4040
/******/ __webpack_require__.d = function(exports, name, getter) {
4141
/******/ if(!__webpack_require__.o(exports, name)) {
@@ -46,7 +46,7 @@
4646
/******/ });
4747
/******/ }
4848
/******/ };
49-
49+
/******/
5050
/******/ // getDefaultExport function for compatibility with non-harmony modules
5151
/******/ __webpack_require__.n = function(module) {
5252
/******/ var getter = module && module.__esModule ?
@@ -55,13 +55,13 @@
5555
/******/ __webpack_require__.d(getter, 'a', getter);
5656
/******/ return getter;
5757
/******/ };
58-
58+
/******/
5959
/******/ // Object.prototype.hasOwnProperty.call
6060
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
61-
61+
/******/
6262
/******/ // __webpack_public_path__
6363
/******/ __webpack_require__.p = "";
64-
64+
/******/
6565
/******/ // Load entry module and return exports
6666
/******/ return __webpack_require__(__webpack_require__.s = 15);
6767
/******/ })

0 commit comments

Comments
 (0)