From 14ed0ffd46c8bdb3144368c5b352083fea2adee5 Mon Sep 17 00:00:00 2001 From: Denis Demchenko Date: Thu, 5 Jul 2018 10:07:22 +0300 Subject: [PATCH] Fix templates and repo meta information --- ISSUE_TEMPLATE.md | 4 ++-- Makefile | 16 ---------------- package.json | 2 +- 3 files changed, 3 insertions(+), 19 deletions(-) delete mode 100644 Makefile 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"