mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 22:40:48 -07:00
fix(#108): remove absolute path in emitted d.ts
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
import { isString, forOwn } from 'src/util/underscore'
|
||||
import fs from 'src/fs'
|
||||
import { isString, forOwn } from '../../src/util/underscore'
|
||||
import fs from '../../src/fs/node'
|
||||
|
||||
type fileDescriptor = { mode: string, content: string }
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import Liquid from 'src/liquid'
|
||||
import Liquid from '../../src/liquid'
|
||||
import { expect } from 'chai'
|
||||
|
||||
const liquid = new Liquid()
|
||||
|
||||
Reference in New Issue
Block a user