mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 07:53:34 +01:00
chore: release bruno packages to npm
This commit is contained in:
parent
26a05f92cb
commit
aeb9fc8875
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@usebruno/cli",
|
"name": "@usebruno/cli",
|
||||||
"version": "0.5.1",
|
"version": "0.6.0",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"bru": "./bin/bru.js"
|
"bru": "./bin/bru.js"
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"package.json"
|
"package.json"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@usebruno/js": "0.3.0",
|
"@usebruno/js": "0.4.0",
|
||||||
"@usebruno/lang": "0.3.0",
|
"@usebruno/lang": "0.3.0",
|
||||||
"axios": "^1.3.2",
|
"axios": "^1.3.2",
|
||||||
"chai": "^4.3.7",
|
"chai": "^4.3.7",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@usebruno/js",
|
"name": "@usebruno/js",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"src",
|
"src",
|
||||||
|
Loading…
Reference in New Issue
Block a user