create-interval-app
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -44,3 +44,3 @@ "use strict"; | ||
function gitInit(path) { | ||
child_process_1.default.execSync('git init -b main && git add -A && git commit -m "Initial commit from create-interval-app"', { | ||
child_process_1.default.execSync('git init && git add -A && git commit -m "Initial commit from create-interval-app"', { | ||
cwd: path, | ||
@@ -47,0 +47,0 @@ }); |
{ | ||
"name": "create-interval-app", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Quickly bootstrap a new Interval project.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -65,3 +65,3 @@ import degit from 'tiged' | ||
childProcess.execSync( | ||
'git init -b main && git add -A && git commit -m "Initial commit from create-interval-app"', | ||
'git init && git add -A && git commit -m "Initial commit from create-interval-app"', | ||
{ | ||
@@ -68,0 +68,0 @@ cwd: path, |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
16467