Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

Commit

Permalink
chore(text-encoder, webpack): removed text-encoder as only JWA was us…
Browse files Browse the repository at this point in the history
…ing it, trying to fix webpack build
  • Loading branch information
Ioan Budea authored and Ioan Budea committed Aug 17, 2017
1 parent 37365ae commit bd5a2ef
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
"@trust/json-document": "^0.1.4",
"@trust/jwa": "^0.4.1",
"@trust/webcrypto": ">=0.3.0",
"base64url": "^2.0.0",
"text-encoding": "^0.6.1"
"base64url": "^2.0.0"
},
"devDependencies": {
"@trust/keyto": "^0.3.0",
Expand Down
4 changes: 0 additions & 4 deletions src/text-encoder/index.js

This file was deleted.

1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
{
test: /\.js$/,
loader: 'babel-loader',
exclude: /(node_modules)/,
query: {
presets: ['es2015']
}
Expand Down

0 comments on commit bd5a2ef

Please sign in to comment.