We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9b686 commit d96ef92Copy full SHA for d96ef92
.gitignore
@@ -1,3 +1,6 @@
1
/nbproject
2
node_modules/
3
*.idea
4
+*.iml
5
+test/
6
+npm-debug.log
.npmignore
@@ -1 +1,3 @@
/node_modules/
+Gruntfile.js
+/test/
.travis.yml
@@ -1,10 +1,19 @@
---
language: node_js
node_js:
-- '0.10'
- '0.12'
- 'iojs-1'
7
- 'iojs-2'
8
- 'iojs-3'
+- '4.1'
9
before_script:
10
- npm install
11
+deploy:
12
+ - provider: npm
13
+ email: niklasvh@gmail.com
14
+ api_key:
15
+ secure: G/Szpr8q4/D6hp+H/Z9yyluUXtHAwf7LLa1Y07X59/Enlj1h7V5fQ7AW4/iAVM3XbIsrCPWR3dJU9g/ZxpxFg4OovIHVpS2Jr/mahtPYWdHR3pWuSmMW8QD+Twnq2VAFwSgg5Oumq3QxhX3YbCOnZox6+6Uviqk8FO7Z5B0RwW4=
16
+ on:
17
+ tags: true
18
+ branch: master
19
+ repo: niklasvh/base64-arraybuffer
0 commit comments