Skip to content

Commit

Permalink
Fixing issue with dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kulak-at committed Jul 20, 2021
1 parent fff7c90 commit f476dcd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midival/node",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/index.js",
"repository": "git@github.com:midival/node.git",
"author": "Kacper Kula <kulak@kulak.at>",
Expand All @@ -9,20 +9,20 @@
"@types/node": "^16.3.3",
"rollup": "^2.53.2",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.3.5"
"typescript": "^4.3.5",
"tslib": "^2.3.0",
"typedoc": "^0.21.4"
},
"peerDependencies": {
"midi": "^2.0.0"
},
"scripts": {
"compile": "rollup -c",
"test": "echo 'No tests yet'",
"docs": "typedoc --ignoreCompilerErrors",
"docs": "typedoc",
"deploy": "gh-pages -d docs"
},
"dependencies": {
"@midival/core": "^0.0.13",
"tslib": "^2.3.0",
"typedoc": "^0.21.4"
"@midival/core": "^0.0.13"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
picomatch "^2.2.2"

"@types/node@^16.3.3":
version "16.3.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.3.3.tgz#0c30adff37bbbc7a50eb9b58fae2a504d0d88038"
integrity sha512-8h7k1YgQKxKXWckzFCMfsIwn0Y61UK6tlD6y2lOb3hTOIMlK3t9/QwHOhc81TwU+RMf0As5fj7NPjroERCnejQ==
version "16.4.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.0.tgz#2c219eaa3b8d1e4d04f4dd6e40bc68c7467d5272"
integrity sha512-HrJuE7Mlqcjj+00JqMWpZ3tY8w7EUd+S0U3L1+PQSWiXZbOgyQDvi+ogoUxaHApPJq5diKxYBQwA3iIlNcPqOg==

balanced-match@^1.0.0:
version "1.0.2"
Expand Down

0 comments on commit f476dcd

Please # to comment.