Skip to content

Commit 344da60

Browse files
test command fixes
1 parent e24814b commit 344da60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "**[Satellizer](https://github.com/sahat/satellizer)** is a simple to use, end-to-end, token-based authentication module\r for [AngularJS](http://angularjs.org) with built-in support for Google, Facebook,\r LinkedIn, Twitter, Instagram, GitHub, Bitbucket, Yahoo, Twitch, Microsoft (Windows Live) OAuth providers, as well as Email\r and Password sign-in. However, you are not limited to the sign-in options above, in fact\r you can add any *OAuth 1.0* or *OAuth 2.0* provider by passing provider-specific information\r in the app *config* block.",
55
"main": "hapilizer.js",
66
"scripts": {
7-
"test": "lab ./plugins -P spec -m 5000 -t 100 -v",
8-
"test-lint": "lab ./plugins -P spec -m 5000 -t 100 -La code",
9-
"test-cov-html": "lab ./plugins -P spec -m 5000 -r html -o coverage.html -La code"
7+
"test": "lab ./lib -P spec -m 5000 -t 100 -v",
8+
"test-lint": "lab ./lib -P spec -m 5000 -t 100 -La code",
9+
"test-cov-html": "lab ./lib -P spec -m 5000 -r html -o coverage.html -La code"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)