Skip to content

Commit

Permalink
Merge pull request #384 from pmndrs/dev
Browse files Browse the repository at this point in the history
Version 6.28.3
  • Loading branch information
vanruesc authored Jul 13, 2022
2 parents f08e1cf + bba409c commit 0942821
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 73 deletions.
11 changes: 5 additions & 6 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ A proposed change should be focused and concise. Please adhere to the following
This project contains scripts that will help you during development. All scripts can be executed with `npm run [script]`.
The following table provides an overview of the most important scripts:

| Task | Description |
|-------|----------------------------------------------------------------|
| build | Builds and minifies all bundles. |
| watch | Lints source files, builds the manual and listens for changes. |
| dev | Runs the watch script and serves files locally. |
| test | Lints source files, builds all bundles and runs unit tests. |
| Task | Description |
|-------|---------------------------------------------------------------------------------|
| build | Builds and minifies all bundles. |
| watch | Lints sources, builds the manual, listens for changes and serves files locally. |
| test | Lints source files, builds all bundles and runs unit tests. |


### Testing :heavy_check_mark:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postprocessing",
"version": "6.28.2",
"version": "6.28.3",
"description": "A post processing library that provides the means to implement image filter effects for three.js.",
"homepage": "https://github.com/pmndrs/postprocessing",
"main": "build/postprocessing.js",
Expand Down
130 changes: 65 additions & 65 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 0942821

Please sign in to comment.