Skip to content

Commit 90f8e83

Browse files
author
Stoeffel
committed
update readme
1 parent 3fffb31 commit 90f8e83

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Publish a minor release of a package
88

99
```js
1010
"scripts": {
11-
"minor-release: "npm version patch && npm publish && git push --follow-tags"
11+
"minor-release": "npm version patch && npm publish && git push --follow-tags"
1212
}
1313
```
1414

@@ -18,7 +18,7 @@ Publish a patch release of a package
1818

1919
```js
2020
"scripts": {
21-
"patch-release: "npm version patch && npm publish && git push --follow-tags"
21+
"patch-release": "npm version patch && npm publish && git push --follow-tags"
2222
}
2323
```
2424

@@ -28,7 +28,7 @@ Publish a major release of a package
2828

2929
```js
3030
"scripts": {
31-
"major-release: "npm version major && npm publish && git push --follow-tags"
31+
"major-release": "npm version major && npm publish && git push --follow-tags"
3232
}
3333
```
3434

@@ -38,7 +38,7 @@ Clean your git repo state. All dirty files will be moved to the stash. It’s us
3838

3939
```js
4040
"scripts": {
41-
"clean-up: "git reset && echo '/node_modules/' > .gitignore && git add .gitignore && git stash save --include-untracked --keep-index '`npm run clean-up` trash can' && git clean --force -d && git reset --hard && echo '
41+
"clean-up": "git reset && echo '/node_modules/' > .gitignore && git add .gitignore && git stash save --include-untracked --keep-index '`npm run clean-up` trash can' && git clean --force -d && git reset --hard && echo '
4242
clean-up: All unstaged and ignored files within your git repo – except node_modules/* – have been moved to the stash. To restore them run `git stash pop --quiet; git checkout .gitignore`."
4343
}
4444
```
@@ -49,7 +49,7 @@ Bower install before npm
4949

5050
```js
5151
"scripts": {
52-
"postinstall: "bower install"
52+
"postinstall": "bower install"
5353
}
5454
```
5555

@@ -59,7 +59,7 @@ Pushs a folder (f.e. `docs`) to the `gh-pages` branch.
5959

6060
```js
6161
"scripts": {
62-
"update-gh-pages: "git push origin `git subtree split --prefix docs master`:gh-pages --force"
62+
"update-gh-pages": "git push origin `git subtree split --prefix docs master`:gh-pages --force"
6363
}
6464
```
6565

@@ -69,7 +69,7 @@ Watch JS files and run `npm test` on every change. Remember to `npm install --sa
6969

7070
```js
7171
"scripts": {
72-
"develop: "nodangel --ignore node_modules --ignore coverage --exec 'npm run --silent test'"
72+
"develop": "nodangel --ignore node_modules --ignore coverage --exec 'npm run --silent test'"
7373
}
7474
```
7575

@@ -79,7 +79,7 @@ Make the package.json more diff-friendly. Remember to `npm install --save-dev fo
7979

8080
```js
8181
"scripts": {
82-
"diffy-package: "format-json package.json > .temp; mve .temp package.json"
82+
"diffy-package": "format-json package.json > .temp; mve .temp package.json"
8383
}
8484
```
8585

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy