Skip to content

Commit

Permalink
fix: @fluencelabs/aqua-lib devDependencies -> dependencies (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsartem authored Dec 15, 2023
1 parent cea7318 commit 8f73d2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pnpm-lock.yaml

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

4 changes: 3 additions & 1 deletion src/aqua/spell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@
"url": "https://github.com/fluencelabs/spell/issues"
},
"homepage": "https://github.com/fluencelabs/spell#readme",
"dependencies": {
"@fluencelabs/aqua-lib": "0.8.1"
},
"devDependencies": {
"@fluencelabs/aqua-lib": "0.8.1",
"npm-run-all2": "6.0.4"
}
}

0 comments on commit 8f73d2a

Please sign in to comment.