Skip to content

Commit 4de0570

Browse files
committed
last changes before going public for #16
deleted acknowledgements from README deleted Sponsors from README deleted Legal & Licences from README completed test command (#17)
1 parent 2f2d467 commit 4de0570

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

README.md

-25
Original file line numberDiff line numberDiff line change
@@ -62,28 +62,3 @@ We use [Swagger](https://swagger.io/) to create the [API reference](https://us-c
6262
## Contributing
6363

6464
Contributors help the OTTAA Project grow. If you would like to become a contributor, please read [Contribute](CONTRIBUTING.md).
65-
66-
## Acknowledgements
67-
68-
69-
## Sponsors
70-
71-
Thank you to our current sponsors!
72-
73-
<p float="left">
74-
<a href="https://www.unicef.org/"><img src="/public/images/sponsors/UNICEF_logo_2016.png" width="200"></a>
75-
<a href="https://startupchile.org/en/"><img src="/public/images/sponsors/startup_chile.jpg" width="200"></a>
76-
<a href="https://www.expo2020dubai.com/en"><img src="/public/images/sponsors/EXPO_2020_Dubai_logo.png" width="200" width="200"></a>
77-
<a href="https://katapult.vc/startups/accelerators/"><img src="/public/images/sponsors/katapult_accelerator.png" width="200"></a>
78-
</p>
79-
80-
Support this project by [becoming a sponsor](https://www.ottaaproject.com/support-ottaa-project.php).
81-
82-
## :memo: Legal & Licenses
83-
84-
* Code - GPLv3
85-
* ARASAAC Symbols - CC BY-NC-SA 4.0
86-
* Global Symbols CIC - CC BY-NC-SA 4.0
87-
* OTTAA Project™ 2016 - 2022
88-
89-
OTTAA's brand assets, texts, logos, icons, designs, names of other OTTAA software, and any other brand features and elements, whether registered or unregistered (“Brand Assets”)—are proprietary assets owned exclusively by OTTAA and its group of companies.

functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"logs": "firebase functions:log",
1010
"test": "npm run unitest && npm run clientest",
1111
"unitest": "nyc --reporter=html --reporter=text mocha --exit --timeout 5000 --reporter mochawesome --reporter-options reportDir=tests/results/methods tests/methods.test.js",
12-
"clientest": "nyc mocha --exit --timeout 5000 --reporter mochawesome --reporter-options reportDir=tests/results/requests tests/requests.test.js"
12+
"clientest": "mocha --exit --timeout 5000 --reporter mochawesome --reporter-options reportDir=tests/results/requests tests/requests.test.js"
1313
},
1414
"engines": {
1515
"node": "16"

0 commit comments

Comments
 (0)