Skip to content
This repository was archived by the owner on Sep 4, 2019. It is now read-only.

Commit ec96cd1

Browse files
committed
Upgrade to Feathers v3 and new builds
1 parent 027f802 commit ec96cd1

26 files changed

+11926
-7393
lines changed

.babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": [ [ "es2015", { "loose": true }] ]
3+
}

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
test/
99
coverage/
1010
.github/
11+
browser/

authentication.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('@feathersjs/authentication-client');

browser/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<script src="../node_modules/mocha/mocha.js" type="text/javascript"></script>
1313
<script>mocha.setup('bdd');</script>
1414
<script src="../dist/feathers.js" type="text/javascript"></script>
15-
<script src="../dist/browser.test.js" type="text/javascript"></script>
15+
<script src="./test.dist.js" type="text/javascript"></script>
1616
<script>
1717
onload = function(){
1818
var runner = mocha.run();

0 commit comments

Comments
 (0)