@dojoengine/create-dojo
Advanced tools
Comparing version 0.1.50 to 0.1.51
{ | ||
"name": "@dojoengine/create-dojo", | ||
"version": "0.1.50", | ||
"version": "0.1.51", | ||
"description": "Scaffold Dojo project from examples", | ||
@@ -11,5 +11,3 @@ "module": "index.ts", | ||
}, | ||
"bin": { | ||
"create-dojo": "./dist/index.js" | ||
}, | ||
"bin": "./dist/index.js", | ||
"scripts": { | ||
@@ -16,0 +14,0 @@ "build": "tsup --dts-resolve" |
69610