Skip to content

Commit

Permalink
update version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmskim committed Oct 27, 2021
1 parent 2b29393 commit fe29c64
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ that in a repository, first ensure you are running node 16 and npm 7
following command:

```
npm install --save-dev @the-events-calendar/product-taskmaster@^2.0.0
npm install --save-dev @the-events-calendar/product-taskmaster@^2.0.1
```

or add the following to the `package.json` in the `devDependencies` section:

```
"product-taskmaster": "@the-events-calendar/product-taskmaster@^2.0.0",
"product-taskmaster": "@the-events-calendar/product-taskmaster@^2.0.1",
```

### Browserslist
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@the-events-calendar/product-taskmaster",
"description": "This is a collection of The Events Calendar product Gulp tasks",
"version": "2.0.0",
"version": "2.0.1",
"repository": "git@github.com:the-events-calendar/product-taskmaster.git",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit fe29c64

Please sign in to comment.