🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

create-next-fast

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-next-fast - npm Package Compare versions

Comparing version
0.0.6
to
0.0.7
+1
dist/template/index.html
hi
+1
-1

@@ -35,3 +35,3 @@ #!/usr/bin/env node

// Copy template files
fs.copySync(path.join(__dirname, '../template'), targetDir);
fs.copySync(path.join(__dirname, './template'), targetDir);
render(React.createElement(App, { name: appName, targetDir: targetDir }));
{
"name": "create-next-fast",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",

@@ -11,3 +11,3 @@ "bin": "dist/cli.js",

"scripts": {
"build": "tsc",
"build": "cp -r ./template ./dist && tsc",
"dev": "tsc --watch",

@@ -14,0 +14,0 @@ "test": "prettier --check . && xo && ava"