Skip to content

Commit

Permalink
get rid of lib_new
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 2, 2023
1 parent daa1f5d commit bb00d0f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib_new/globals.ts → src/lib_functional/globals.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ic } from '../lib_functional/ic';
import { ic } from './ic';
import { Buffer } from 'buffer';

export declare var globalThis: {
Expand Down
2 changes: 1 addition & 1 deletion src/lib_functional/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '../lib_new/globals';
import './globals';
export * from './canister_methods';
export * from './candid';
export * from './candid/reference/primitives';
Expand Down
1 change: 0 additions & 1 deletion src/lib_new/index.ts

This file was deleted.

0 comments on commit bb00d0f

Please sign in to comment.