Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
FRONTEND-1411 :: Feature Internal :: Change harmony-core `class-trans…
Browse files Browse the repository at this point in the history
…former` dependency into a `peerDependency` (#114)
  • Loading branch information
doup authored Oct 31, 2022
1 parent 7c1ed62 commit ce62cdf
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 42 deletions.
2 changes: 1 addition & 1 deletion examples/angular/angular.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"$schema": "../../node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
Expand Down
97 changes: 66 additions & 31 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 @@ -20,6 +20,7 @@
"scripts": {
"bootstrap": "lerna bootstrap --use-workspaces --hoist --force-local",
"check-deps": "npm outdated && lerna exec -- npm outdated && npm audit && lerna exec -- npm audit",
"clean": "lerna clean",
"prebuild": "npm run validate && npm run format",
"build": "lerna run build",
"lint": "lerna run lint",
Expand All @@ -31,9 +32,6 @@
"prepare": "husky install",
"setup": "npm ci && npm run bootstrap && npm run build"
},
"dependencies": {
"@bugfender/sdk": "^2.1.0"
},
"devDependencies": {
"@types/jest": "^28.1.8",
"@types/node": "16.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/bugfender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint -c ../../.eslintrc.js --ignore-path ../../.eslintignore '**/*.ts'",
"prepublishOnly": "cp ./package.json ./dist && cp ../../README.md ./dist"
},
"dependencies": {
"devDependencies": {
"@bugfender/common": "^1.0.0-alpha.5"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit ce62cdf

Please sign in to comment.