Skip to content

Commit

Permalink
chore: remove peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Oct 27, 2023
1 parent ebe8a0d commit b4485bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 49 deletions.
4 changes: 0 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,3 @@ indent_size=2
[{.analysis_options,*.yml,*.yaml}]
indent_style=space
indent_size=2

[tslint.json]
indent_style=space
indent_size=2
22 changes: 8 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-alain-plugin-theme",
"version": "16.0.0",
"version": "16.0.1",
"description": "NG-ALAIN theme plugin",
"keywords": [
"delon",
Expand All @@ -20,6 +20,7 @@
"bin": {
"ng-alain-plugin-theme": "lib/index.js"
},
"sideEffects": false,
"scripts": {
"tsc": "tsc",
"watch": "tsc --w",
Expand All @@ -28,24 +29,21 @@
"build:test": "bash ./build.sh -t",
"test": "TS_NODE_PROJECT=./test/tsconfig.json npm run mocha --recursive ./test/**/*.spec.ts",
"mocha": "mocha -r ts-node/register",
"release": "npm run build && cd dist && npm publish --access public"
"release": "npm run build && cd dist && npm publish --access public",
"release:next": "npm run build && cd dist && npm publish --access public --tag next"
},
"dependencies": {
"meow": "^9.0.0",
"jsonc-parser": "^3.2.0",
"less": "^4.1.3",
"less-plugin-clean-css": "^1.5.1",
"less-vars-to-js": "^1.3.0",
"postcss-less": "^6.0.0",
"postcss": "^8.4.18"
},
"peerDependencies": {
"jsonc-parser": "^3.0.0",
"less": "^4.1.3"
},
"devDependencies": {
"@delon/abc": "^14.1.1",
"@delon/chart": "^14.1.1",
"@delon/form": "^14.1.1",
"@delon/theme": "^14.1.1",
"ng-zorro-antd": "^16.2.2",
"@delon/theme": "^16.4.2",
"@types/chai": "^4.3.3",
"@types/less": "^3.0.3",
"@types/meow": "^6.0.0",
Expand All @@ -55,11 +53,7 @@
"@typescript-eslint/parser": "^5.41.0",
"chai": "^4.3.6",
"eslint": "^8.26.0",
"jsonc-parser": "^3.2.0",
"less": "^4.1.3",
"meow": "^9.0.0",
"mocha": "^10.1.0",
"ng-zorro-antd": "^14.1.1",
"postcss": "^8.4.18",
"postcss-less": "^6.0.0",
"ts-node": "^10.9.1",
Expand Down
31 changes: 0 additions & 31 deletions tslint.json

This file was deleted.

0 comments on commit b4485bd

Please sign in to comment.