Skip to content

Commit aff8441

Browse files
author
Lukas Oppermann
committed
remove old dep
1 parent 810e778 commit aff8441

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

cli.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env node
22
'use strict'
33

4-
const argv = require('yargs').argv
54
const meow = require('meow')
65
const nodeFileRev = require('./node-file-rev')
76

tests/assets/another.file.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
hello{ color: blue; }
2+
hello{ color: blue; }

tests/assets/other.file.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
div{ border: 1px solid red; }
2+
div{ border: 1px solid red; }

tests/assets/test.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
hello{ color: red; }
2+
hello{ color: red; }

0 commit comments

Comments
 (0)