Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
altano committed Apr 1, 2024
1 parent 3d1d278 commit ee391f6
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
Expand All @@ -13,5 +13,6 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"privatePackages": false,
"ignore": []
}
4 changes: 2 additions & 2 deletions examples/satori-fit-text-node-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "satori-fit-text-node-cli",
"version": "0.0.0",
"private": true,
"type": "module",
"description": "Demo of @altano/satori-fit-text",
Expand All @@ -17,6 +18,5 @@
},
"publishConfig": {
"access": "restricted"
},
"version": null
}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@altano/npm-packages",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo run build",
"changeset": "changeset",
"clean": "turbo run clean && rm -rf node_modules",
"dev": "turbo run dev --no-cache --parallel --continue",
"format": "turbo run format",
"lint": "pnpm eslint package.json *.ts && turbo run lint",
"lint": "eslint package.json *.ts && turbo run lint",
"preinstall": "npx only-allow pnpm",
"prep": "turbo run build test lint format typecheck",
"release": "turbo run build && changeset publish",
Expand All @@ -24,7 +25,7 @@
"@changesets/cli": "^2.27.1",
"eslint": "^8.57.0",
"eslint-config-altano": "workspace:*",
"eslint-plugin-package-json": "^0.12.0",
"eslint-plugin-package-json": "^0.12.1",
"jsonc-eslint-parser": "^2.4.0",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
Expand Down
1 change: 1 addition & 0 deletions packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@altano/assets",
"version": "0.0.0",
"private": true,
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/build-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@altano/build-config",
"license": "ISC",
"type": "module",
"version": "0.0.0",
"private": true,
"files": [
"tsup.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-altano/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ module.exports = {
parser: "jsonc-eslint-parser",
plugins: ["package-json"],
rules: {
"package-json/valid-version": "off",
"package-json/valid-package-def": "off",
"package-json/valid-repository-directory": "off",
},
},
],
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config-altano/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "eslint-config-altano",
"version": "0.0.0",
"private": true,
"main": "index.js",
"license": "ISC",
Expand Down
1 change: 1 addition & 0 deletions packages/remark-plugin-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@altano/remark-plugin-helpers",
"version": "0.0.0",
"private": true,
"description": "Utilities for remark plugins",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions packages/remark-plugin-test-util/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@altano/remark-plugin-test-util",
"version": "0.0.0",
"private": true,
"description": "Testing utilities for remark plugins",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@altano/tsconfig",
"license": "ISC",
"type": "module",
"version": "0.0.0",
"private": true,
"files": [
"base.json",
Expand Down
19 changes: 17 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee391f6

Please sign in to comment.