create-esbuild-app
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "create-esbuild-app", | ||
"version": "1.0.0", | ||
"description": "create-esbuild-app", | ||
"main": "index.js", | ||
"version": "1.0.1", | ||
"description": "create a npm pkg with esbuild and eslint", | ||
"main": "bin/cli.js", | ||
"module": "bin/cli.js", | ||
"type": "module", | ||
@@ -19,4 +20,8 @@ "bin": "bin/cli.js", | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"keywords": [ | ||
"esbuild", | ||
"cli", | ||
"kickstart" | ||
], | ||
"author": "icebreaker", | ||
"license": "ISC", | ||
@@ -23,0 +28,0 @@ "bugs": { |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
4968
0