Comparing version 0.0.1 to 1.0.0
{ | ||
"name":"gulp-util", | ||
"description":"Utility functions for gulp plugins", | ||
"version":"0.0.1", | ||
"version":"1.0.0", | ||
"homepage":"http://github.com/wearefractal/gulp-util", | ||
@@ -6,0 +6,0 @@ "repository":"git://github.com/wearefractal/gulp-util.git", |
@@ -22,4 +22,6 @@ ![status](https://secure.travis-ci.org/wearefractal/gulp-util.png?branch=master) | ||
```javascript | ||
gulp.replaceExtension("file.coffee", ".js"); # file.js | ||
gulp.realBase("/home/contra/test/whatever/huh/file.js", "/home/contra/test"); # /whatever/huh/file.js | ||
var util = require('gulp-util'); | ||
util.replaceExtension("file.coffee", ".js"); // file.js | ||
util.realBase("/home/contra/test/whatever/huh/file.js", "/home/contra/test"); // /whatever/huh/file.js | ||
``` | ||
@@ -26,0 +28,0 @@ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5179
0
52