Skip to content

Commit 25241d8

Browse files
Being explicit
1 parent 0612eff commit 25241d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.tape.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const postcss = require('postcss');
22
const postcssNesting = require('postcss-nesting');
3-
const postcssExtends = require('./dist');
3+
const postcssExtends = require('./dist/index.cjs');
44

55
module.exports = {
66
'basic': {

0 commit comments

Comments
 (0)