refactor(Cypress): Moved Cypress to the main folder of the project, as I don't need a sub project for now.

This commit is contained in:
2021-09-02 16:22:25 +02:00
parent d9226abf85
commit 89ec2d42ac
8402 changed files with 22 additions and 5 deletions

25
node_modules/ospath/changelog.md generated vendored Normal file
View File

@@ -0,0 +1,25 @@
1.2.2 / 2016-09-06
------------------
- fix `files` field
1.2.0 / 2016-09-06
------------------
- upgrade to Standard@v8
- fix tests
- added `desktop()` function
1.1.0 / 2015-06-17
------------------
- if `os.homedir()` is available, use it for `home()`
1.0.2 / 2015-06-16
------------------
- fixed bad `files` field in `package.json`
1.0.1 / 2015-06-16
------------------
- only include specific files
1.0.0 / 2015-06-16
------------------
- initial release