Skip to content

Commit

Permalink
Remove old source, move typescript to ./source
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Jan 10, 2021
1 parent 0cbd5d0 commit e62706f
Show file tree
Hide file tree
Showing 63 changed files with 7 additions and 1,410 deletions.
7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -19,12 +19,7 @@
"test:node:watch": "nodemon --exec 'npm run test:node' --ignore 'dist/'",
"test:web": "concurrently --success 'first' --kill-others 'npm run test:web:karma' 'npm run test:web:server'",
"test:web:karma": "karma start test/karma.conf.js",
"test:web:server": "node test/server.web.js",

"xtest:web": "npm run test:web:pack && concurrently --success 'first' --kill-others 'npm run test:web:karma' 'npm run test:web:server'",
"xtest:web:karma": "sleep 2 && karma start test/karma.conf.js",
"xtest:web:pack": "webpack --mode development --config webpack.config.js",
"xtest:web:server": "node test/server.web.js"
"test:web:server": "node test/server.web.js"
},
"files": [
"dist/",
Expand Down
64 changes: 0 additions & 64 deletions source/auth.js

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 0 additions & 21 deletions source/crypto.js

This file was deleted.

28 changes: 0 additions & 28 deletions source/encode.js

This file was deleted.

0 comments on commit e62706f

Please sign in to comment.