Skip to content

Commit 61974c2

Browse files
committed
Version & Readme
1 parent 5029a8b commit 61974c2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "gulp-sass-graph",
3-
"version": "1.0.1",
2+
"name": "gulp-sass-graph-abs",
3+
"version": "1.0.2",
44
"description": "Only pass along Sass files that have changed, along with dependencies. ",
55
"license": "MIT",
6-
"repository": "lox/gulp-sass-graph",
6+
"repository": "maxmx/gulp-sass-graph",
77
"author": {
88
"name": "Lachlan Donald",
99
"email": "[email protected]",
@@ -25,7 +25,7 @@
2525
"modification"
2626
],
2727
"dependencies": {
28-
"lodash": "~2.4.0",
28+
"lodash": "~2.4.0",
2929
"gulp-util": "~2.2.0",
3030
"through2": "~0.4.0",
3131
"vinyl": "~0.2.3",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Partials piped in the stream will resolve their parents and push then downstream
99
Install with [npm](https://npmjs.org/package/gulp-sass-graph)
1010

1111
```
12-
npm install --save-dev maxmx/gulp-sass-graph
12+
npm install --save-dev gulp-sass-graph-abs
1313
```
1414

1515

0 commit comments

Comments
 (0)