Skip to content

Commit

Permalink
1.2.9 - publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
yabab-dev committed Jul 28, 2020
1 parent 568974e commit 7084164
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 7084164

Please sign in to comment.