Skip to content

Commit

Permalink
Merge pull request #255 from avadev/jwenger/add-type
Browse files Browse the repository at this point in the history
added node types.
  • Loading branch information
svc-developer authored Jan 16, 2023
2 parents e3f9124 + 74e0138 commit 39aaebc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build": "rm -rf ./.build && babel lib -d .build/lib && babel index.js --out-file .build/index.js && cp package.json ./.build && cp README.md ./.build",
"build-win": "babel lib -d .build/lib && babel index.js --out-file .build/index.js && copy package.json .build && copy README.md .build",
"build-tsc": "tsc && cp package.json .build && cp README.md .build",
"build-tsc-win": "tsc && copy package.json .build && copy README.md .build",
"test": "jest",
"lint": "eslint lib/**/*.js test/**/*.js --cache",
"format": "prettier --single-quote --write ./test/**/*.js ./lib/*.js ./lib/**/*.js",
Expand Down Expand Up @@ -42,7 +43,7 @@
},
"devDependencies": {
"@types/jest": "^28.1.3",
"@types/node": "^18.0.0",
"@types/node": "^18.11.18",
"babel-cli": "^6.22.2",
"babel-jest": "^18.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"jest-matcher-utils" "^28.0.0"
"pretty-format" "^28.0.0"

"@types/node@^18.0.0":
"integrity" "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA=="
"resolved" "https://registry.npmjs.org/@types/node/-/node-18.0.0.tgz"
"version" "18.0.0"
"@types/node@^18.11.18":
"integrity" "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA=="
"resolved" "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz"
"version" "18.11.18"

"abab@^1.0.3":
"integrity" "sha1-X6rZwsB/YN12dw9xzwJbYqY8/U4="
Expand Down

0 comments on commit 39aaebc

Please sign in to comment.