Skip to content

Commit afbb5bc

Browse files
authored
fix: npm pkg fix package.json files and release CI (#201)
* chore: npm pkg fix package.json files * ci: drop release env
1 parent 8bc8e7d commit afbb5bc

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
99

1010
jobs:
1111
release:
12-
environment:
13-
name: release
1412
permissions:
1513
contents: write
1614
id-token: write

packages/brownie/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"author": "Oskar Kwaśniewski <oskarkwasniewski@icloud.com>",
66
"bin": {
7-
"brownfield": "./lib/commonjs/scripts/brownfield.js"
7+
"brownfield": "lib/commonjs/scripts/brownfield.js"
88
},
99
"contributors": [
1010
"Artur Morys-Magiera <artus9033@gmail.com>",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"author": "Artur Morys-Magiera <artus9033@gmail.com>",
66
"bin": {
7-
"brownfield": "./dist/main.js"
7+
"brownfield": "dist/main.js"
88
},
99
"type": "module",
1010
"contributors": [

packages/react-native-brownfield/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"author": "Michal Chudziak <mike.chudziak@callstack.com>",
66
"bin": {
7-
"brownfield": "./lib/commonjs/scripts/brownfield.js"
7+
"brownfield": "lib/commonjs/scripts/brownfield.js"
88
},
99
"contributors": [
1010
"Piotr Drapich <piotr.drapich@callstack.com>"

0 commit comments

Comments
 (0)