Skip to content

Commit 0813ad8

Browse files
merge: pull request #270 from class-constructor-error.
Class constructor error, npm install version warn fix
2 parents a18ecc9 + c233435 commit 0813ad8

14 files changed

+81
-1037
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@grnsft/if",
33
"description": "Impact Framework",
4-
"version": "v0.1.0",
4+
"version": "v0.1.1",
55
"author": {
66
"name": "Green Software Foundation",
77
"email": "info@gsf.com"
@@ -31,8 +31,9 @@
3131
"ts-jest": "^29.1.1"
3232
},
3333
"engines": {
34-
"node": "18",
35-
"yarn": "1.22.19"
34+
"node": ">=18",
35+
"yarn": ">=1.22",
36+
"npm": ">=8"
3637
},
3738
"homepage": "https://greensoftware.foundation",
3839
"keywords": [

src/__mocks__/boavizta/countries.json

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)