create-browser-ext
Advanced tools
Comparing version
{ | ||
"name": "create-browser-ext", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"description": "Create browser extension starter kit", | ||
@@ -10,9 +10,7 @@ "repository": "git@github.com:tyom/create-browser-ext.git", | ||
"scripts": { | ||
"start": "$npm_package_bin_cce", | ||
"start": "$npm_package_bin", | ||
"prepare": "microbundle --target node --format cjs --no-sourcemap src/index.ts", | ||
"format": "prettier --write '**/*.{ts,tsx,css,html}'" | ||
}, | ||
"bin": { | ||
"cbe": "./dist/index.js" | ||
}, | ||
"bin": "./dist/index.js", | ||
"files": [ | ||
@@ -19,0 +17,0 @@ "dist", |
Sorry, the diff of this file is too big to display
1260500
158.72%42
31.25%20630
114.63%