Skip to content

Commit d193c7b

Browse files
author
Lukas Oppermann
committed
1.1.2
1 parent aff8441 commit d193c7b

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-file-rev",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Simple node cli tool to revision files and write them to a rev-manifest.json",
55
"main": "cli.js",
66
"dependencies": {

tests/assets/another.file.css

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
hello{ color: blue; }
2-
hello{ color: blue; }

tests/assets/other.file.css

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
div{ border: 1px solid red; }
2-
div{ border: 1px solid red; }

tests/assets/test.css

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
hello{ color: red; }
2-
hello{ color: red; }

0 commit comments

Comments
 (0)