Skip to content

Commit

Permalink
Fix package config
Browse files Browse the repository at this point in the history
  • Loading branch information
yabab-dev committed Jan 12, 2022
1 parent 9ddf141 commit 3767de7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
"name": "ng2-ckeditor",
"version": "1.3.5",
"description": "Angular CKEditor component",
"main": "lib/bundles/ng2-ckeditor.umd.min.js",
"typings": "lib/ng2-ckeditor.d.ts",
"scripts": {
"prepublishOnly": "npm run build",
"build": "ng-packagr -p ng-package.json",
"lint": "eslint -c ./.eslintrc.json ./src/**/*.ts",
"prettier": "prettier --ignore-path .gitignore --write ./**/*.ts",
"precommit": "npm run prettier && npm run lint",
"pub": "npm run build && cd lib && npm publish"
"pub": "npm run build && cd dist && npm publish"
},
"keywords": [
"angular",
Expand Down

0 comments on commit 3767de7

Please sign in to comment.