Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Fixes build for browser clients
Browse files Browse the repository at this point in the history
  • Loading branch information
jeduan committed Dec 8, 2015
1 parent 73938ee commit 7968197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'use strict';

module.exports = require('./dist/client');
module.exports = require('./dist/browser');
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"presets": ["es2015"]
},
"scripts": {
"build-client": "mkdir -p dist; babel lib/client.js --out-file dist/client.js",
"build-client": "mkdir -p dist; babel lib/browser.js --out-file dist/browser.js",
"prepublish": "npm run-script build-client",
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html"
Expand Down

0 comments on commit 7968197

Please sign in to comment.