Skip to content

Commit

Permalink
0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanireza65 committed Jan 12, 2024
1 parent ec5e5ee commit f20f7d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rezasoltani/solid-typeindex-support",
"version": "0.0.6",
"version": "0.0.7",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -10,7 +10,7 @@
"build": "npm run clean && tsc",
"api-report": "api-extractor run --local",
"api-docs": "api-documenter markdown -i temp -o docs",
"build-with-docs": "npm run build && npm run api-report && npm run api-docs",
"build-with-docs": "npm run build && npm run api-report && npm run api-docs",
"test": "jest"
},
"repository": {
Expand Down

0 comments on commit f20f7d1

Please sign in to comment.