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

Commit d251edf

Browse files
committed
Fix missing let in crypto browser helper. Closes #210
1 parent 5c25e82 commit d251edf

File tree

6 files changed

+804
-11
lines changed

6 files changed

+804
-11
lines changed

.gitignore

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
npm-debug.log
44
dump.rdb
55
node_modules
6-
components
7-
build
86
results.tap
97
results.xml
10-
npm-shrinkwrap.json
118
config.json
129
.DS_Store
1310
*/.DS_Store
@@ -16,5 +13,6 @@ config.json
1613
*/._*
1714
*/*/._*
1815
coverage.*
19-
lib-cov
20-
dist
16+
.settings
17+
package-lock.json
18+

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
node_js:
44
- "4"
55
- "6"
6-
- "7"
6+
- "8"
77
- "node"
88

99
sudo: false

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012-2016, Eran Hammer and Project contributors
1+
Copyright (c) 2012-2017, Eran Hammer and Project contributors
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)