Skip to content

Commit

Permalink
refactor: Remove jQuery from public dependency (#645)
Browse files Browse the repository at this point in the history
* Check patched jquery and remove jQuery as external dependency.
* Move backbone and auth-js to devDependencies
* Delete `clipboard` from dependencies list
* Remove yarn.lock for internal in package dir
  • Loading branch information
haishengwu-okta authored and manueltanzi-okta committed Apr 4, 2019
1 parent f039da3 commit 3bd7366
Show file tree
Hide file tree
Showing 8 changed files with 11,043 additions and 2,786 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,14 @@
"webdriver-manager": "12.0.6",
"webpack": "^3.5.4",
"webpack-bundle-analyzer": "^3.0.2",
"@okta/okta-auth-js": "~2.3.1",
"backbone": "1.2.1",
"webpack-dev-server": "2.11.3"
},
"dependencies": {
"@okta/okta-auth-js": "~2.3.1",
"babel-polyfill": "^6.23.0",
"babel-runtime": "^6.26.0",
"backbone": "1.2.1",
"clipboard": "1.6.1",
"handlebars": "4.0.13",
"jquery": "1.12.1",
"q": "1.4.1",
"u2f-api-polyfill": "0.4.1",
"underscore": "1.8.3"
Expand Down
Loading

0 comments on commit 3bd7366

Please sign in to comment.