2 Commits

Author SHA1 Message Date
192371f218 0.1.5 2023-12-11 12:36:54 +01:00
277d347c96 use a go-npm fork by me lol 2023-12-11 12:36:41 +01:00
3 changed files with 12 additions and 6 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
.idea .idea
dist/ dist/
.node_modules node_modules

View File

@@ -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

View File

@@ -1,11 +1,15 @@
{ {
"name": "@ershisan99/create-react-component", "name": "@ershisan99/create-react-component",
"version": "0.1.4", "version": "0.1.5",
"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",