1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Fix templates and repo meta information

This commit is contained in:
Denis Demchenko 2018-07-05 10:07:22 +03:00
parent e759592884
commit 14ed0ffd46
3 changed files with 3 additions and 19 deletions

View File

@ -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 ...

View File

@ -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

View File

@ -49,7 +49,7 @@
"babel": "inherit"
},
"bugs": {
"url": "https://github.com/ded/bowser/issues"
"url": "https://github.com/lancedikson/bowser/issues"
},
"directories": {
"test": "test"