Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Nov 13, 2022
1 parent 07cbf83 commit 900f500
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akdasa-studios/framework",
"version": "0.0.1",
"version": "0.0.2",
"description": "Framework to build every app",
"main": "index.js",
"directories": {
Expand All @@ -17,7 +17,11 @@
}
},
"typesVersions": {
">=3.2": { "*": ["./dist/*/index.d.ts"] }
">=3.2": {
"*": [
"./dist/*/index.d.ts"
]
}
},
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 900f500

Please sign in to comment.