Skip to content

Commit

Permalink
style: update package name in license block
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed May 23, 2024
1 parent aaf358d commit 10b7ed6
Show file tree
Hide file tree
Showing 54 changed files with 59 additions and 61 deletions.
2 changes: 1 addition & 1 deletion drivers/fs/debug.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/fs/driver.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/fs/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/fs/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/gcs/debug.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/gcs/driver.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/gcs/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/gcs/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/s3/debug.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/s3/driver.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/s3/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/s3/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
},
"scripts": {
"clean": "del-cli build",
"copy:templates": "copyfiles \"stubs/**/*.stub\" build",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext=.ts",
"format": "prettier --write .",
Expand All @@ -33,7 +32,6 @@
"test": "c8 npm run quick:test",
"prebuild": "npm run lint && npm run clean",
"build": "tsup-node && tsc --emitDeclarationOnly --declaration",
"postbuild": "npm run copy:templates",
"release": "np",
"version": "npm run build",
"prepublishOnly": "npm run build"
Expand All @@ -47,6 +45,12 @@
],
"author": "virk,flydrive",
"license": "MIT",
"dependencies": {
"@humanwhocodes/retry": "^0.3.0",
"@poppinss/utils": "^6.7.3",
"etag": "^1.8.1",
"mime-types": "^2.1.35"
},
"devDependencies": {
"@adonisjs/env": "^6.0.1",
"@adonisjs/eslint-config": "^1.3.0",
Expand Down Expand Up @@ -115,12 +119,6 @@
"extends": "@adonisjs/eslint-config/package"
},
"prettier": "@adonisjs/prettier-config",
"dependencies": {
"@humanwhocodes/retry": "^0.3.0",
"@poppinss/utils": "^6.7.3",
"etag": "^1.8.1",
"mime-types": "^2.1.35"
},
"tsup": {
"entry": [
"./index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/debug.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion src/disk.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion src/errors.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion src/key_normalizer.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/core/key_normalizer.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/fs/copy.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/fs/delete.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/fs/exists.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/fs/get.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/fs/get_metadata.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/fs/list_all.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/fs/move.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/fs/put.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/fs/url_generation.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/fs/visibility.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/gcs/copy.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/gcs/delete.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/gcs/disk.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/gcs/env.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/gcs/exists.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/gcs/get.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/gcs/get_metadata.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/gcs/list_all.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/gcs/move.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/gcs/put.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/gcs/url_generation.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/gcs/visibility.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/s3/copy.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/s3/delete.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/s3/env.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/s3/exists.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/s3/get.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/s3/get_metadata.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/s3/list_all.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/s3/move.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/s3/put.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/s3/url_generation.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @flydrive/core
* flydrive
*
* (c) FlyDrive
*
Expand Down
Loading

0 comments on commit 10b7ed6

Please sign in to comment.