-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f5d845
commit f8fe400
Showing
4 changed files
with
35 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
language: node_js | ||
sudo: false | ||
node_js: | ||
- 0.10 | ||
- 0.12 | ||
- 4.2 | ||
- node | ||
before_install: | ||
- npm install -g npm@latest-2 | ||
after_success: | ||
- npm run coverage | ||
branches: | ||
except: | ||
- "/^v\\d+\\.\\d+\\.\\d+$/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,12 @@ | |
"description": "Express middleware to generate preload headers", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "xo && istanbul cover -- _mocha --check-leaks --reporter spec" | ||
"test": "xo && istanbul cover -- _mocha --check-leaks --reporter spec", | ||
"coverage": "cat ./coverage/lcov.info | coveralls" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/cloudflare/vahevara.git" | ||
"url": "git+https://github.com/cloudflare/netjet.git" | ||
}, | ||
"keywords": [ | ||
"express", | ||
|
@@ -19,9 +20,9 @@ | |
"author": "Terin Stock <[email protected]> (https://terinstock.com/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/cloudflare/vahevara/issues" | ||
"url": "https://github.com/cloudflare/netjet/issues" | ||
}, | ||
"homepage": "https://github.com/cloudflare/vahevara#readme", | ||
"homepage": "https://github.com/cloudflare/netjet#readme", | ||
"files": [ | ||
"index.js", | ||
"posthtml-preload.js" | ||
|
@@ -36,6 +37,8 @@ | |
}, | ||
"devDependencies": { | ||
"assume": "^1.3.1", | ||
"core-js": "^2.0.3", | ||
"coveralls": "^2.11.6", | ||
"detour": "^1.3.0", | ||
"istanbul": "^0.4.2", | ||
"mocha": "^2.4.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters