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:
parent
e759592884
commit
14ed0ffd46
@ -1,5 +1,5 @@
|
|||||||
Template to report about browser detection issue
|
Template to report about browser detection issue
|
||||||
|
|
||||||
`window.navigator.userAgent` of the browser is: ...
|
`window.navigator.userAgent` of the browser is: ...
|
||||||
And it's detected like a ...
|
And it's detected like ...
|
||||||
But real name of the browser is ...
|
However, the real name of the browser is ...
|
||||||
|
16
Makefile
16
Makefile
@ -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
|
|
@ -49,7 +49,7 @@
|
|||||||
"babel": "inherit"
|
"babel": "inherit"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ded/bowser/issues"
|
"url": "https://github.com/lancedikson/bowser/issues"
|
||||||
},
|
},
|
||||||
"directories": {
|
"directories": {
|
||||||
"test": "test"
|
"test": "test"
|
||||||
|
Loading…
Reference in New Issue
Block a user