Skip to content

Commit

Permalink
Merge pull request #6 from liuxian496/developer
Browse files Browse the repository at this point in the history
Developer
  • Loading branch information
liuxian496 committed Apr 28, 2024
2 parents 6dc7ef6 + 2e2b703 commit 4f061a6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package-lock.json
# testing
/coverage
/.nyc_output
/stats.html

# npm
.npmrc
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.2.1](https://github.com/liuxian496/cyndi/compare/v0.2.0...v0.2.1) (2024-04-28)



# [0.2.0](https://github.com/liuxian496/cyndi/compare/v0.1.3...v0.2.0) (2024-04-24)


Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cyndi",
"private": false,
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -56,9 +56,10 @@
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-storybook": "^0.8.0",
"husky": "^9.0.11",
"litten": "^0.9.2",
"litten": "^0.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-visualizer": "^5.12.0",
"storybook": "^8.0.9",
"typescript": "^5.2.2",
"vite": "^5.2.0",
Expand Down
5 changes: 5 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,10 @@
"noFallthroughCasesInSwitch": true
},
"include": ["src"],
"exclude": [
"node_modules",
"src/stories",
"src/test",
],
"references": [{ "path": "./tsconfig.node.json" }]
}
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineConfig({
printArrayItem: "src/printArrayItem.ts",
getPrefixNs:"src/getPrefixNs.ts"
},
name: "litten",
name: "cyndi",
fileName: "index",
},
outDir: "dist",
Expand Down

0 comments on commit 4f061a6

Please sign in to comment.