Skip to content

Commit

Permalink
feat: 版本修改 打包发布
Browse files Browse the repository at this point in the history
  • Loading branch information
xlei1123 committed Sep 26, 2024
1 parent efd0e4e commit 54c46cd
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 2 deletions.
67 changes: 67 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

mochawesome-report

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next

yarn.lock

src/
2 changes: 1 addition & 1 deletion lib/dgit.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const repo_1 = require("./repo");
const log_1 = require("./log");
const request_1 = require("./request");
const utils_1 = require("./cmd/utils");
const UserAgent = '@limu/dgit';
const UserAgent = '@limu-x/dgit';
const DEFAULT_PARALLEL_LIMIT = 10;
const MAX_PARALLEL_LIMIT = 100;
const JSON_STRINGIFY_PADDING = 2;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@limu-x/dgit",
"version": "0.0.12",
"version": "0.0.1",
"description": "@limu-x/dgit download gitrepo file",
"bin": {
"dgit": "./bin/cmd.js"
Expand Down

0 comments on commit 54c46cd

Please sign in to comment.