Skip to content

Commit

Permalink
Merge pull request #21 from okta/sw-add-sourcemap-to-bundle-OKTA-324024
Browse files Browse the repository at this point in the history
chore: include sourcemap in bundle
  • Loading branch information
shuowu-okta authored Aug 31, 2020
2 parents 69d2d66 + ae51e75 commit 7d24048
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.1.1

### Bug Fixes

- [#21](https://github.com/okta/okta-vue/pull/21) Includes source map in release bundle

# 2.1.0

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"private": true,
"name": "@okta/okta-vue",
"version": "2.1.0",
"version": "2.1.1",
"description": "Vue support for Okta",
"main": "bundles/okta-vue.umd.js",
"files": [
"dist",
"bundles",
"src"
],
"scripts": {
Expand Down

0 comments on commit 7d24048

Please sign in to comment.