browser-spoof 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of browser-spoof might be problematic. Click here for more details.

package/.mergify.yml ADDED
@@ -0,0 +1,10 @@
1
+ pull_request_rules:
2
+ - name: automatic merge when CI passes and 2 reviews
3
+ conditions:
4
+ - status-success=Travis CI - Pull Request
5
+ - base=master
6
+ - files=data/data.json
7
+ - "#files=1"
8
+ actions:
9
+ merge:
10
+ method: merge
package/.prettierrc ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "tabWidth": 2,
3
+ "singleQuote": false
4
+ }
package/.travis.yml ADDED
@@ -0,0 +1 @@
1
+ language: node_js
package/_config.yml ADDED
@@ -0,0 +1 @@
1
+ theme: jekyll-theme-minimal