Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Oct 31, 2023
1 parent 2d37949 commit 25c4b4a
Show file tree
Hide file tree
Showing 2 changed files with 6 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.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@redhat-developer/kiota-wasm",
"type": "module",
"version": "SNAPSHOT",
"version": "0.0.1",
"description": "Kiota compiled in a native WASM module.",
"main": "dist/main.js",
"files": [ "dist" ],
"files": [
"dist"
],
"scripts": {
"clean": "rm -rf bin obj dist node_modules",
"build": "dotnet build --configuration Release"
Expand Down

0 comments on commit 25c4b4a

Please sign in to comment.