Skip to content

Commit

Permalink
0.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed May 12, 2024
1 parent 8850351 commit 5d0c19c
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 16 deletions.
4 changes: 4 additions & 0 deletions behance.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { BeABeacon } from './be-a-beacon.js';
import { def } from 'trans-render/lib/def.js';
await BeABeacon.bootUp();
def('be-a-beacon', BeABeacon);
6 changes: 6 additions & 0 deletions behance.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import {BeABeacon} from './be-a-beacon.js';
import {def} from 'trans-render/lib/def.js';

await BeABeacon.bootUp();

def('be-a-beacon', BeABeacon);
7 changes: 1 addition & 6 deletions behivior.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
//import {register} from 'be-hive/register.js';
//import {tagName } from './be-a-beacon.js';
import { BeABeacon } from './be-a-beacon.js';
import { def } from 'trans-render/lib/def.js';
import { BeHive } from 'be-hive/be-hive.js';
await BeABeacon.bootUp();
def('be-a-beacon', BeABeacon);
import './behance.js';
BeHive.registry.register({
base: 'be-a-beacon',
map: {
Expand Down
8 changes: 3 additions & 5 deletions behivior.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@

import {BeABeacon} from './be-a-beacon.js';
import {def} from 'trans-render/lib/def.js';
import {BeHive} from 'be-hive/be-hive.js';

await BeABeacon.bootUp();

def('be-a-beacon', BeABeacon);
import {BeHive} from 'be-hive/be-hive.js';

import './behance.js';

BeHive.registry.register({
base: 'be-a-beacon',
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"be-enhanced": "0.0.83",
"be-hive": "0.0.149",
"be-hive": "0.0.150",
"mount-observer": "0.0.20",
"trans-render": "0.0.765"
},
Expand Down

0 comments on commit 5d0c19c

Please sign in to comment.