@jsweb/clip
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -62,3 +62,3 @@ "use strict"; | ||
pack.types = 'dist/module.d.ts'; | ||
pack.script.types = 'tsc --removeComments --emitDeclarationOnly'; | ||
pack.scripts.types = 'tsc --removeComments --emitDeclarationOnly'; | ||
pack.scripts.dist += ' && npm run types'; | ||
@@ -65,0 +65,0 @@ deps.push('rollup-plugin-typescript', 'tslib'); |
{ | ||
"name": "@jsweb/clip", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "CLI tool to simplify NPM package creation by generating boilerplate setup", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.js", |
22840