Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
[okta-vue] remove from monorepo (#868)
Browse files Browse the repository at this point in the history
* [okta-vue] remove from monorepo
  • Loading branch information
aarongranick-okta authored Aug 19, 2020
1 parent f26e777 commit a9db8fd
Show file tree
Hide file tree
Showing 56 changed files with 2 additions and 16,974 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Note: If you have a question, please post it on the Okta Developer Forum (https:
- [ ] oidc-middleware
- [ ] okta-react
- [ ] okta-react-native
- [ ] okta-vue

## I'm submitting a:

Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ testenv
okta-oidc-tck*
tck-keystore.pem
target
packages/okta-vue/test/e2e/harness/config/dev.env.js
packages/okta-vue/test/e2e/harness/chromedriver.zip
packages/okta-vue/test/e2e/harness/test/e2e/lib

# package info files are generated during build and included in final artifacts
packageInfo.js
Expand Down
25 changes: 1 addition & 24 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,30 +72,7 @@
"webpack:///*": "/*",
},
"disableOptimisticBPs": true
},
{
"type": "node",
"request": "launch",
"protocol": "auto",
"name": "okta-vue Jest",
"cwd": "${workspaceFolder}/packages/okta-vue",
"args": [
"node_modules/.bin/jest",
"--runInBand",
"--no-cache",
"${workspaceFolder}/${relativeFile}"
],
"sourceMaps": true,
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"env": {

},
"sourceMapPathOverrides": {
"webpack:///*": "/*",
},
"disableOptimisticBPs": true
},
},
{
"type": "node",
"request": "launch",
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ packages/
okta-angular
okta-react
okta-react-native
okta-vue
```

### Versioning
Expand All @@ -65,7 +64,7 @@ We've configured Lerna with [independent mode](https://github.com/lerna/lerna/#i
| [**oidc-middleware**](/packages/oidc-middleware) | [![npm version](https://img.shields.io/npm/v/@okta/oidc-middleware.svg?style=flat-square)](https://www.npmjs.com/package/@okta/oidc-middleware) | Middleware to easily add OpenID Connect to the Node.js framework of your choice |
| [**okta-react**](/packages/okta-react) | [![npm version](https://img.shields.io/npm/v/@okta/okta-react.svg?style=flat-square)](https://www.npmjs.com/package/@okta/okta-react) | React support for Okta |
| [**okta-react-native**](/packages/okta-react-native) | [![npm version](https://img.shields.io/npm/v/@okta/okta-react-native.svg?style=flat-square)](https://www.npmjs.com/package/@okta/okta-react-native) | React Native support for Okta |
| [**okta-vue**](/packages/okta-vue) | [![npm version](https://img.shields.io/npm/v/@okta/okta-vue.svg?style=flat-square)](https://www.npmjs.com/package/@okta/okta-vue) | Vue.js support for Okta |
| [**okta-vue**](https://github.com/okta/okta-vue) | [![npm version](https://img.shields.io/npm/v/@okta/okta-vue.svg?style=flat-square)](https://www.npmjs.com/package/@okta/okta-vue) | Vue.js support for Okta. This SDK is located in its [own repository](https://github.com/okta/okta-vue) |

## Configuration Reference

Expand Down
26 changes: 0 additions & 26 deletions packages/okta-vue/.babelrc

This file was deleted.

5 changes: 0 additions & 5 deletions packages/okta-vue/.eslintignore

This file was deleted.

27 changes: 0 additions & 27 deletions packages/okta-vue/.eslintrc.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/okta-vue/.gitignore

This file was deleted.

88 changes: 0 additions & 88 deletions packages/okta-vue/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit a9db8fd

Please sign in to comment.