mirror of
https://github.com/ershisan99/create-react-component.git
synced 2025-12-16 20:59:22 +00:00
use a go-npm fork by me lol
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
.idea
|
.idea
|
||||||
dist/
|
dist/
|
||||||
|
|
||||||
.node_modules
|
node_modules
|
||||||
@@ -13,9 +13,11 @@ before:
|
|||||||
- go mod tidy
|
- go mod tidy
|
||||||
|
|
||||||
builds:
|
builds:
|
||||||
- env:
|
- binary: create-react-component
|
||||||
- CGO_ENABLED=0
|
|
||||||
goos:
|
goos:
|
||||||
- linux
|
|
||||||
- windows
|
- windows
|
||||||
- darwin
|
- darwin
|
||||||
|
- linux
|
||||||
|
goarch:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
@@ -4,8 +4,12 @@
|
|||||||
"private": false,
|
"private": false,
|
||||||
"repository": "https://github.com/ershisan99/create-react-component",
|
"repository": "https://github.com/ershisan99/create-react-component",
|
||||||
"description": "A simple CLI tool to create react component",
|
"description": "A simple CLI tool to create react component",
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"postinstall.js"
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@gzuidhof/go-npm": "^0.1.13"
|
"@ershisan99/go-npm": "^0.1.13"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "go-npm install",
|
"postinstall": "go-npm install",
|
||||||
|
|||||||
Reference in New Issue
Block a user