Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Refactored to use ES6 modules and bundle with rollup (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus authored and alippai committed Dec 28, 2017
1 parent 070774c commit 4d39712
Show file tree
Hide file tree
Showing 77 changed files with 649 additions and 789 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
asmcrypto*.js
asmcrypto*.map
test/aes.asm.js
test/aes.asm.js.map
doc/
node_modules/
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- '0.10'
- '4'
- '6'
addons:
sauce_connect:
username: vibornoff
Expand Down
Loading

0 comments on commit 4d39712

Please sign in to comment.