mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-20 06:50:47 -07:00
fix(#108): remove absolute path in emitted d.ts
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
import { Drop } from './drop'
|
||||
import { isFunction } from 'src/util/underscore'
|
||||
import { isFunction } from '../util/underscore'
|
||||
|
||||
export interface IDrop {
|
||||
value(): any
|
||||
|
||||
Reference in New Issue
Block a user