Skip to content

Commit

Permalink
Merge pull request #369 from Green-Software-Foundation/release-v0.1.4
Browse files Browse the repository at this point in the history
Release v0.1.4
  • Loading branch information
jmcook1186 authored Jan 5, 2024
2 parents 3d60e2c + ba097af commit 7879e22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ dist
# Include .jsii and .jsii.gz
!.jsii
!.jsii.gz

# Exclude project, configuration folders
.devcontainer
.examples
.github
scripts
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@grnsft/if",
"description": "Impact Framework",
"version": "v0.1.3",
"version": "v0.1.4",
"author": {
"name": "Green Software Foundation",
"email": "[email protected]"
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"alwaysStrict": true,
"declaration": true,
"experimentalDecorators": true,
"incremental": true,
"lib": [
"es2020", "DOM"
],
Expand Down

0 comments on commit 7879e22

Please sign in to comment.