Update checked-in dependencies
This commit is contained in:
parent
1afca056e3
commit
6989ba7bd2
3942 changed files with 55190 additions and 132206 deletions
10
node_modules/diff/CONTRIBUTING.md
generated
vendored
10
node_modules/diff/CONTRIBUTING.md
generated
vendored
|
|
@ -26,11 +26,15 @@ If you notice any problems, please report them to the GitHub issue tracker at
|
|||
|
||||
## Releasing
|
||||
|
||||
A full release may be completed with the following:
|
||||
A full release may be completed by first updating the `"version"` property in package.json, then running the following:
|
||||
|
||||
```
|
||||
yarn clean
|
||||
yarn grunt
|
||||
yarn grunt uglify
|
||||
yarn grunt release
|
||||
yarn publish
|
||||
```
|
||||
|
||||
After releasing, remember to:
|
||||
* commit the `package.json` change and push it to GitHub
|
||||
* create a new version tag on GitHub
|
||||
* update `diff.js` on the `gh-pages` branch to the latest built version from the `dist/` folder.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue