Skip to content

Commit

Permalink
remove license in sub package.json files and publish everything on ap…
Browse files Browse the repository at this point in the history
…ache 2.0
  • Loading branch information
CordlessWool committed Mar 27, 2024
1 parent 542d138 commit 642a857
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 32 deletions.
1 change: 0 additions & 1 deletion adapters/in-memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"main": "dist/exports/lib.js",
"types": "dist/exports/lib.d.ts",
"author": "Cotton Coding",
"license": "MIT",
"version": "0.6.0",
"description": "A file system wrapper for Node.js and Bun",
"keywords": [
Expand Down
1 change: 0 additions & 1 deletion adapters/minio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"main": "dist/exports/lib.js",
"types": "dist/exports/lib.d.ts",
"author": "Cotton Coding",
"license": "MIT",
"version": "0.6.0",
"description": "A file system wrapper for Node.js and Bun",
"keywords": [
Expand Down
1 change: 0 additions & 1 deletion adapters/node-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"main": "dist/exports/lib.js",
"types": "dist/exports/lib.d.ts",
"author": "Cotton Coding",
"license": "MIT",
"version": "0.6.0",
"description": "A file system wrapper for Node.js and Bun",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"keywords": [],
"author": "",
"license": "MIT",
"license": "Apache-2.0",
"maintainers": [
{
"name": "Wolfgang Rathgeb",
Expand Down
3 changes: 1 addition & 2 deletions packages/base-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@
}
},
"keywords": [],
"author": "",
"license": "ISC"
"author": ""
}
3 changes: 1 addition & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
}
},
"keywords": [],
"author": "",
"license": "MIT"
"author": ""
}
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"main": "dist/exports/lib.js",
"types": "dist/exports/lib.d.ts",
"author": "Cotton Coding",
"license": "MIT",
"version": "0.6.0",
"description": "A file system wrapper for Node.js and Bun",
"keywords": [
Expand Down
1 change: 0 additions & 1 deletion plugins/jsonConverter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
},
"keywords": [],
"author": "Wolfgang Rathgeb",
"license": "MIT",
"exports": {
".": {
"types": "./dist/jsonConverter.d.ts",
Expand Down
1 change: 0 additions & 1 deletion plugins/yamlConverter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
},
"keywords": [],
"author": "Wolfgang Rathgeb",
"license": "MIT",
"exports": {
".": {
"types": "./dist/yamlConverter.d.ts",
Expand Down
33 changes: 16 additions & 17 deletions tests/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{
"name": "integration",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "vitest --typecheck.enabled --test-timeout=500",
"test:ci": "npm run test -- --run"
},
"devDependencies": {
"@loom-io/core": "workspace:*",
"@loom-io/jsonConverter": "workspace:*",
"@loom-io/yamlConverter": "workspace:*",
"@loom-io/test-utils": "workspace:*"
},
"keywords": [],
"author": "",
"license": "ISC"
"name": "integration",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "vitest --typecheck.enabled --test-timeout=500",
"test:ci": "npm run test -- --run"
},
"devDependencies": {
"@loom-io/core": "workspace:*",
"@loom-io/jsonConverter": "workspace:*",
"@loom-io/yamlConverter": "workspace:*",
"@loom-io/test-utils": "workspace:*"
},
"keywords": [],
"author": ""
}
3 changes: 1 addition & 2 deletions tests/interface-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@
}
},
"keywords": [],
"author": "",
"license": "MIT"
"author": ""
}
3 changes: 1 addition & 2 deletions tests/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
}
},
"keywords": [],
"author": "",
"license": "MIT"
"author": ""
}

0 comments on commit 642a857

Please sign in to comment.