Skip to content

Commit c4b2ee1

Browse files
committed
rename gulp-v3 to gulp
1 parent 028b7d4 commit c4b2ee1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For a Getting started guide, API docs, recipes, making a plugin, etc. check out
2222
This file will give you a taste of what gulp does.
2323

2424
```js
25-
var gulp = require('gulp-v3');
25+
var gulp = require('gulp');
2626
var coffee = require('gulp-coffee');
2727
var concat = require('gulp-concat');
2828
var uglify = require('gulp-uglify');

bin/gulp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ process.env.INIT_CWD = process.cwd();
2020

2121
var cli = new Liftoff({
2222
name: 'gulp',
23-
moduleName: 'gulp-v3',
23+
moduleName: 'gulp',
2424
completions: completion,
2525
extensions: interpret.jsVariants,
2626
v8flags: v8flags,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "gulp-v3",
2+
"name": "gulp",
33
"description": "The streaming build system",
44
"version": "3.12.1",
55
"homepage": "http://gulpjs.com",

0 commit comments

Comments
 (0)