Skip to content

Commit

Permalink
Update package scope and name
Browse files Browse the repository at this point in the history
  • Loading branch information
dhkatz committed Jul 14, 2021
1 parent 11ed9dd commit f93580d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gulp-collect
# @gulp-plugin/collect

[![GitHub version](https://badge.fury.io/gh/dhkatz%2Fgulp-filename.svg)](https://badge.fury.io/gh/dhkatz%2Fgulp-filename) [![Build Status](https://travis-ci.com/dhkatz/gulp-filename.svg?branch=master)](https://travis-ci.com/dhkatz/gulp-filename) [![Coverage Status](https://coveralls.io/repos/github/dhkatz/gulp-filename/badge.svg?branch=master)](https://coveralls.io/github/dhkatz/gulp-filename?branch=master) [![dependencies Status](https://david-dm.org/dhkatz/gulp-filename/status.svg)](https://david-dm.org/dhkatz/gulp-filename)

Expand All @@ -7,15 +7,15 @@ A JavaScript/TypeScript file gathering plugin for [gulp](https://github.com/gulp
## Installation

```shell
npm install --save-dev @dhkatz/gulp-collect
npm install --save-dev @gulp-plugin/collect
```

## Usage

Then, add it to your `gulpfile.js`:

```typescript
const collect = require('gulp-collect');
const collect = require('@gulp-plugin/collect');

gulp.src('src/**/*.ts')
.pipe(collect('typescript'))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@dhkatz/gulp-collect",
"name": "@gulp-plugin/collect",
"version": "1.0.0",
"description": "Register every file that has passed through a gulp stream.",
"main": "lib/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"email": "bmacnaughton@gmail.com"
}
],
"repository": "dhkatz/gulp-filename",
"repository": "gulp-plugin/collect",
"scripts": {
"build": "npm run build:types && npm run build:js",
"build:types": "tsc --emitDeclarationOnly",
Expand Down

0 comments on commit f93580d

Please sign in to comment.