Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Greenkeeper/tap 11.0.1 #42

Merged
merged 4 commits into from
Jan 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ offline:

Again, the config is demonstration only and you don't have to copy and paste if you serves all contents from the origin server.

### How if content serves via CDN?
### How if content is served via CDN?

Suppose that you have used two CDN scripts:
```yaml
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "standard",
"test": "cross-env NODE_ENV=test nyc tap test/**/*.spec.js && npm run spellcheck",
"coverage": "nyc report",
"spellcheck": "yaspeller .",
"spellcheck": "yaspeller README.md",
"prepublishOnly": "npm run lint && npm run test && npm run clean && npm run build"
},
"dependencies": {
Expand All @@ -30,7 +30,7 @@
"pre-commit": "^1.2.2",
"rimraf": "^2.5.4",
"standard": "^10.0.0",
"tap": "^10.0.1",
"tap": "^11.0.1",
"yaspeller": "^4.0.0"
},
"peerDependencies": {
Expand Down
Loading