fix(portal-api): fix bootstrap-data portal-data require
This commit is contained in:
parent
060e4186ce
commit
9f3782558f
2
packages/portal-api/bootstrap-data.js
vendored
2
packages/portal-api/bootstrap-data.js
vendored
@ -1,6 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
const Data = require('portal-data');
|
||||
const Data = require('./lib/data');
|
||||
|
||||
|
||||
const ifError = function (err) {
|
||||
|
@ -6884,12 +6884,6 @@ polished@^1.1.3:
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/polished/-/polished-1.2.1.tgz#83c18a85bf9d7023477cfc7049763b657d50f0f7"
|
||||
|
||||
portal-watch@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/portal-watch/-/portal-watch-1.0.0.tgz#db0b8293b1616dc49cdacf571a69a756409297b0"
|
||||
dependencies:
|
||||
triton-watch "^1.0.1"
|
||||
|
||||
pos@0.4.2:
|
||||
version "0.4.2"
|
||||
resolved "https://registry.yarnpkg.com/pos/-/pos-0.4.2.tgz#20e9c77fbeedcc356823cea63c7585cace93be2a"
|
||||
@ -9120,7 +9114,7 @@ trim@0.0.1:
|
||||
version "0.0.1"
|
||||
resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd"
|
||||
|
||||
triton-watch@^1.0.1, triton-watch@^1.1.0:
|
||||
triton-watch@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/triton-watch/-/triton-watch-1.1.0.tgz#d2b47fbf6a45174198c196152bb86c696a923c35"
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user