Skip to content

Commit

Permalink
Use auto version of es6-promise
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstjules committed May 24, 2017
1 parent 19f0895 commit 9db1cef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .zuul.yml
Expand Up @@ -2,7 +2,7 @@ ui: mocha-bdd
server: "./test/server.js"
concurrency: 1
scripts:
- "test/es6-promise.min.js"
- "test/es6-promise.auto.min.js"
- "lib/client.js"
browsers:
- name: chrome
Expand Down
2 changes: 1 addition & 1 deletion example/client1.html
Expand Up @@ -3,7 +3,7 @@
<title>Cross Storage Hub</title>
</head>
<body>
<script type="text/javascript" src="./es6-promise.min.js"></script>
<script type="text/javascript" src="./es6-promise.auto.min.js"></script>
<script type="text/javascript" src="../lib/client.js"></script>
<script type="text/javascript">
var storage = new CrossStorageClient('http://localhost:3000/example/hub.html');
Expand Down
2 changes: 1 addition & 1 deletion example/client2.html
Expand Up @@ -3,7 +3,7 @@
<title>Cross Storage Hub</title>
</head>
<body>
<script type="text/javascript" src="./es6-promise.min.js"></script>
<script type="text/javascript" src="./es6-promise.auto.min.js"></script>
<script type="text/javascript" src="../lib/client.js"></script>
<script type="text/javascript">
var storage = new CrossStorageClient('http://localhost:3000/example/hub.html');
Expand Down
2 changes: 1 addition & 1 deletion test/es6-promise.min.js → test/es6-promise.auto.min.js

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

0 comments on commit 9db1cef

Please sign in to comment.