Skip to content

Commit

Permalink
Fix build issue: adding rollup json plugin as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaminduDilshan committed Dec 14, 2021
1 parent fd6a059 commit 9209a0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 8 additions & 3 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 @@ -35,6 +35,7 @@
},
"homepage": "https://github.com/asgardeo/asgardeo-auth-js-sdk#readme",
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.13.0",
Expand All @@ -43,8 +44,5 @@
"lerna": "^3.22.1",
"rimraf": "^3.0.0",
"typescript": "~4.0.5"
},
"dependencies": {
"@rollup/plugin-json": "^4.1.0"
}
}

0 comments on commit 9209a0c

Please sign in to comment.