misc cleanup / changes
This commit is contained in:
parent
1a35d8a7b5
commit
f74b7057bb
|
@ -1,3 +1,4 @@
|
||||||
|
coverage
|
||||||
node_modules
|
node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
node_modules
|
node_modules
|
||||||
|
coverage.json
|
||||||
|
coverage
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
.github
|
.github
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2017 Invertase Limited <oss@invertase.io>
|
Copyright (c) 2018 Invertase Limited <oss@invertase.io>
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this library except in compliance with the License.
|
you may not use this library except in compliance with the License.
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# Copy firebase lib into tests directory
|
|
||||||
mkdir tests/firebase
|
|
||||||
cp -R lib/* tests/firebase
|
|
||||||
|
|
||||||
# Install /tests npm packages
|
|
||||||
cd tests && npm install
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue