git-package
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "git-package", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Manage npm package versions in private git repos", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -22,3 +22,3 @@ # git-package | ||
* Add `git-package` config to your `package.json` file specifying the folder | ||
containing compiled code | ||
containing compiled code. If you need to make release from specific branch, add it to your config also, by default `git-package` uses `master` branch. | ||
@@ -30,8 +30,10 @@ // fancy-private-pkg/package.json | ||
"gitPackage": { | ||
"includeIgnored": [ "lib" ] | ||
"includeIgnored": [ "lib" ], | ||
"branch": "main" | ||
} | ||
} | ||
* Add your compiled code folder to `.gitignore`, and commit normally in `master` branch. | ||
* Add your compiled code folder to `.gitignore`, and commit normally in your branch. | ||
* Run `git-package` | ||
@@ -38,0 +40,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60
3994
3