Skip to content

Commit 75f602a

Browse files
author
Davide Perozzi
committed
chore(docs): fix typo in readme
1 parent 0908445 commit 75f602a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Given this section of a html file:
2222
```html
2323
...
2424
<head>
25-
<link rel="stylesheet" href="@styles/test.css" />
25+
<link rel="stylesheet" href="@styles/test.scss" />
2626
</head>
2727
...
2828
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-map-transform",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A gulp plugin for transforming file references inside a file with a different stream",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)