From 708416458cdbf900d5a7427b9d9537dbc14dfaa4 Mon Sep 17 00:00:00 2001 From: Simon Babay Date: Tue, 28 Jul 2020 14:17:34 +0200 Subject: [PATCH] 1.2.9 - publish command --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 134d69c..63225dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-ckeditor", - "version": "1.2.8", + "version": "1.2.9", "description": "Angular CKEditor component", "main": "lib/bundles/ng2-ckeditor.umd.min.js", "typings": "lib/ng2-ckeditor.d.ts", @@ -9,7 +9,8 @@ "build": "ng-packagr -p package.json", "lint": "tslint -p tsconfig.json -c tslint.json", "prettier": "prettier --ignore-path .gitignore --write ./**/*.ts", - "precommit": "npm run prettier && npm run lint" + "precommit": "npm run prettier && npm run lint", + "pub": "npm run build && cd lib && npm publish" }, "keywords": [ "angular",