Skip to content

Commit

Permalink
merge: pull request #2 from edit-access.
Browse files Browse the repository at this point in the history
Edit access, don't include tests in build.
  • Loading branch information
narekhovhannisyan authored Nov 14, 2023
2 parents 03fd387 + 2b4f7b4 commit d4b12fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@grnsft/if-unofficial-models",
"description": "Impact Framework Unofficial Models.",
"version": "v0.0.1",
"version": "v0.0.2",
"author": {
"name": "Green Software Foundation",
"email": "[email protected]"
Expand Down Expand Up @@ -52,6 +52,9 @@
],
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"url": "https://github.com/Green-Software-Foundation/if-unofficial-models.git"
},
Expand Down
4 changes: 4 additions & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": [ "src/**/*.test.ts"]
}

0 comments on commit d4b12fc

Please sign in to comment.