create-treble-app
Advanced tools
Comparing version 0.0.29-templates-2 to 0.0.29-templates-3
{ | ||
"name": "create-treble-app", | ||
"version": "0.0.29templates-2", | ||
"version": "0.0.29templates-3", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
#! /usr/bin/env node | ||
import createApp from './createTrebleApp'; | ||
import { nodeVersionError } from './messages'; | ||
import createApp from './createTrebleApp.js'; | ||
import { nodeVersionError } from './messages.js'; | ||
@@ -6,0 +6,0 @@ const nodeVersion = process.versions.node; |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
86507