[Pkg-javascript-commits] [node-browserify-aes] 09/43: README cleanup

Bastien Roucariès rouca at moszumanska.debian.org
Thu Sep 7 14:41:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-browserify-aes.

commit 8f17dc793259a40c7d5479c824dc8f7a8400e780
Author: Daniel Cousens <github at dcousens.com>
Date:   Thu May 18 17:43:36 2017 +1000

    README cleanup
---
 .npmignore                                         | 1 +
 readme.md => README.md                             | 9 +++++----
 populateFixtures.js => scripts/populateFixtures.js | 0
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.npmignore b/.npmignore
index 65e3ba2..f1f4eb0 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1 +1,2 @@
+scripts/
 test/
diff --git a/readme.md b/README.md
similarity index 88%
rename from readme.md
rename to README.md
index 1d7b085..34fb309 100644
--- a/readme.md
+++ b/README.md
@@ -1,9 +1,8 @@
-browserify-aes
-====
-
+# browserify-aes
 [![Build Status](https://travis-ci.org/crypto-browserify/browserify-aes.svg)](https://travis-ci.org/crypto-browserify/browserify-aes)
 
-Node style aes for use in the browser.  Implements:
+Node style aes for use in the browser.
+Implements:
 
  - createCipher
  - createCipheriv
@@ -16,3 +15,5 @@ In node.js, the `crypto` implementation is used, in browsers it falls back to a
 Much of this library has been taken from the aes implementation in [triplesec](https://github.com/keybase/triplesec),  a partial derivation of [crypto-js](https://code.google.com/p/crypto-js/).
 
 `EVP_BytesToKey` is a straight up port of the same function from OpenSSL as there is literally no documenation on it beyond it using 'undocumented extensions' for longer keys.
+
+## LICENSE [MIT](LICENSE)
diff --git a/populateFixtures.js b/scripts/populateFixtures.js
similarity index 100%
rename from populateFixtures.js
rename to scripts/populateFixtures.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browserify-aes.git



More information about the Pkg-javascript-commits mailing list