Skip to content

Commit

Permalink
chore: dev via windows+vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
harttle committed Apr 17, 2021
1 parent aa5d63f commit 251a508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"types": "dist/liquid.d.ts",
"scripts": {
"lint": "eslint '**/*.ts' .",
"lint": "eslint \"**/*.ts\" .",
"check": "npm test && npm run lint",
"unit": "mocha \"test/unit/**/*.ts\"",
"integration": "mocha \"test/integration/**/*.ts\"",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/issues.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Liquid } from '../../src/liquid'
import { Liquid as LiquidUMD } from '../../dist/liquid.browser.umd.js'
import { expect, use } from 'chai'
import * as chaiAsPromised from 'chai-as-promised'
const LiquidUMD = require('../../dist/liquid.browser.umd.js').Liquid

use(chaiAsPromised)

Expand Down

0 comments on commit 251a508

Please sign in to comment.