diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 165469f..337b154 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,5 +1,5 @@ Template to report about browser detection issue `window.navigator.userAgent` of the browser is: ... - And it's detected like a ... - But real name of the browser is ... + And it's detected like ... + However, the real name of the browser is ... diff --git a/Makefile b/Makefile deleted file mode 100644 index 508d7cd..0000000 --- a/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -boosh: - node make/build.js - -REPORTER = spec - -test: - @NODE_ENV=test ./node_modules/.bin/mocha \ - --reporter $(REPORTER) \ - -test-w: - @NODE_ENV=test ./node_modules/.bin/mocha \ - --reporter $(REPORTER) \ - --growl \ - --watch - -.PHONY: test test-w diff --git a/package.json b/package.json index b31f5af..4947a6a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "babel": "inherit" }, "bugs": { - "url": "https://github.com/ded/bowser/issues" + "url": "https://github.com/lancedikson/bowser/issues" }, "directories": { "test": "test"