[Pkg-javascript-commits] [node-ripemd160] 52/71: remove lib folder
Bastien Roucariès
rouca at moszumanska.debian.org
Thu May 4 10:25:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-ripemd160.
commit 9b46aca7d9d03fbc1992b4f96da463e3a70277c9
Author: Kirill Fomichev <fanatid at ya.ru>
Date: Mon Feb 29 12:13:34 2016 +0300
remove lib folder
---
.gitignore | 3 ++-
.min-wd | 7 -------
.npmignore | 5 -----
lib/ripemd160.js => index.js | 0
package.json | 5 ++++-
test/{ripemd160.test.js => index.js} | 0
test/mocha.opts | 3 ---
7 files changed, 6 insertions(+), 17 deletions(-)
diff --git a/.gitignore b/.gitignore
index 12ac647..625212a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
node_modules/
-.DS_Store
\ No newline at end of file
+.DS_Store
+npm-debug.log
diff --git a/.min-wd b/.min-wd
deleted file mode 100644
index 91c647b..0000000
--- a/.min-wd
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "hostname" : "localhost",
- "port" : 4444,
- "browsers" : [{
- "name" : "chrome"
- }]
-}
\ No newline at end of file
diff --git a/.npmignore b/.npmignore
deleted file mode 100644
index a091fb1..0000000
--- a/.npmignore
+++ /dev/null
@@ -1,5 +0,0 @@
-.gitignore
-test/
-.DS_Store
-.min-wd
-Makefile
diff --git a/lib/ripemd160.js b/index.js
similarity index 100%
rename from lib/ripemd160.js
rename to index.js
diff --git a/package.json b/package.json
index e84fecf..c24dd98 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,10 @@
"url": "https://github.com/crypto-browserify/ripemd160",
"type": "git"
},
- "main": "./lib/ripemd160.js",
+ "main": "./index",
+ "files": [
+ "index.js"
+ ],
"dependencies": {},
"scripts": {
"lint": "standard",
diff --git a/test/ripemd160.test.js b/test/index.js
similarity index 100%
rename from test/ripemd160.test.js
rename to test/index.js
diff --git a/test/mocha.opts b/test/mocha.opts
deleted file mode 100644
index 33c1005..0000000
--- a/test/mocha.opts
+++ /dev/null
@@ -1,3 +0,0 @@
---ui bdd
---reporter spec
---timeout 2000
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ripemd160.git
More information about the Pkg-javascript-commits
mailing list