Skip to content

Commit

Permalink
build perf, fix for bowerfile, fix for webworker
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigredgeek committed Dec 21, 2016
1 parent dc043cf commit fb6e43d
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 1,477 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ node_modules
*.sock
build
yarn.lock
coverage
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -5,3 +5,4 @@ example
*.sock
dist
yarn.lock
coverage
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -43,8 +43,9 @@ lint: .FORCE
eslint browser.js debug.js index.js node.js

test: .FORCE
istanbul cover node_modules/mocha/bin/_mocha -- test/**.js
karma start --single-run
concurrently \
"istanbul cover node_modules/mocha/bin/_mocha -- test/**.js" \
"karma start karma.phantom.conf.js --single-run"

coveralls:
cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
# debug
[![Build Status](https://travis-ci.org/visionmedia/debug.svg?branch=master)](https://travis-ci.org/visionmedia/debug)
[![Build Status](https://travis-ci.org/visionmedia/debug.svg?branch=master)](https://travis-ci.org/visionmedia/debug) [![Coverage Status](https://coveralls.io/repos/github/visionmedia/debug/badge.svg?branch=master)](https://coveralls.io/github/visionmedia/debug?branch=master)

A tiny node.js debugging utility modelled after node core's debugging technique.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "visionmedia-debug",
"main": "./src/debug.js",
"main": "./src/browser.js",
"homepage": "https://github.com/visionmedia/debug",
"authors": [
"TJ Holowaychuk <tj@vision-media.ca>",
Expand Down

0 comments on commit fb6e43d

Please sign in to comment.