Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
fix(package): use scoped asset-pipe-common module
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 14, 2018
1 parent 2284142 commit ecbb456
Show file tree
Hide file tree
Showing 4 changed files with 2,548 additions and 592 deletions.
2 changes: 1 addition & 1 deletion lib/writer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { identifyCssModule, bundleCssModule } = require('./util');
const { existsSync } = require('fs');
const { isAbsolute } = require('path');
const assert = require('assert');
const { hasher } = require('asset-pipe-common');
const { hasher } = require('@asset-pipe/common');

class Stream extends Readable {
constructor(files) {
Expand Down
Loading

0 comments on commit ecbb456

Please sign in to comment.