Skip to content

Commit

Permalink
chore: Quotes make the glob more portable and truly recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Aug 12, 2016
1 parent 5f6b974 commit fb2174d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -10,8 +10,8 @@
"build": "coffee -b -c -o lib/ src/",
"lint": "coffeelint src",
"test": "npm run test:server && npm run test:browser && npm run test:features",
"test:server": "mocha test/unit/**/*-test.coffee",
"test:browser": "mochify test/unit/**/*.coffee --transform=coffeeify --extension=.coffee",
"test:server": "mocha \"test/unit/**/*-test.coffee\"",
"test:browser": "mochify \"test/unit/**/*.coffee\" --transform=coffeeify --extension=.coffee",
"test:features": "coffee scripts/cucumber.coffee",
"prepublish": "npm run build",
"coverage": "scripts/cov",
Expand Down

0 comments on commit fb2174d

Please sign in to comment.