Skip to content

Commit

Permalink
Merge pull request #1 from finsweet/test-branch
Browse files Browse the repository at this point in the history
This is the test branch
  • Loading branch information
jajibhee authored Feb 23, 2023
2 parents 16b1278 + 3869cfb commit 2579730
Show file tree
Hide file tree
Showing 18 changed files with 1,469 additions and 53 deletions.
5 changes: 5 additions & 0 deletions .changeset/odd-trains-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@finsweet/docs-theme': patch
---

Updated exports and dependencies
5 changes: 5 additions & 0 deletions .changeset/selfish-birds-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@finsweet/docs-theme': minor
---

Initializing docs-theme for Finsweet Open Source
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
uses: finsweet/workflow-ci-lint/.github/workflows/lint.yml@main

# Comment this job out if your project doesn't have any tests.
Tests:
uses: finsweet/workflow-ci-test/.github/workflows/test.yml@main
# Tests:
# uses: finsweet/workflow-ci-test/.github/workflows/test.yml@main
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@finsweet/developer-starter",
"version": "1.0.0",
"description": "Developer starter template for Finsweet projects.",
"homepage": "https://github.com/finsweet/developer-starter#readme",
"name": "@finsweet/docs-theme",
"version": "0.0.0",
"description": "Official docs starter template for Finsweet projects.",
"homepage": "https://github.com/finsweet/docs-theme#readme",
"license": "ISC",
"keywords": [],
"author": {
Expand All @@ -11,26 +11,24 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/finsweet/developer-starter.git"
"url": "git+https://github.com/finsweet/docs-theme.git"
},
"bugs": {
"url": "https://github.com/finsweet/developer-starter/issues"
"url": "https://github.com/finsweet/docs-theme/issues"
},
"type": "module",
"main": "src/index.ts",
"module": "src/index.ts",
"exports": "./src/index.ts",
"files": [
"dist"
],
"scripts": {
"dev": "cross-env NODE_ENV=development node ./bin/build.js",
"build": "cross-env NODE_ENV=production node ./bin/build.js",
"build": "tsc --noEmit",
"lint": "eslint --ignore-path .gitignore ./src && prettier --check ./src",
"lint:fix": "eslint --ignore-path .gitignore ./src --fix",
"check": "tsc --noEmit",
"format": "prettier --write ./src",
"test": "pnpm playwright test",
"test:headed": "pnpm playwright test --headed",
"release": "changeset publish",
"update": "pnpm update -i -L -r"
},
Expand All @@ -49,9 +47,12 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
"typescript": "^4.9.5",
"vitepress": "^1.0.0-alpha.45",
"vue": "^3.2.47"
},
"dependencies": {
"@finsweet/ts-utils": "^0.37.3"
"peerDependencies": {
"vitepress": "^1.0.0-alpha.45",
"vue": "^3.2.47"
}
}
Loading

0 comments on commit 2579730

Please sign in to comment.