Skip to content

Commit

Permalink
pack
Browse files Browse the repository at this point in the history
Signed-off-by: Ademar Arvati Filho <aarvati@hotmail.com>
  • Loading branch information
Ademar Arvati Filho committed Jun 7, 2019
1 parent 8e3685a commit b34852c
Show file tree
Hide file tree
Showing 4 changed files with 793 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ typings/

# next.js build output
.next

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"bugs": "https://github.com/arvati/crypto-keys/issues",
"main": "lib/index.js",
"scripts": {
"test": "mocha -R spec",
"doc": "mocha -R markdown > USAGE.md",
"test": "DOTENV_CONFIG_PATH=./test/.env mocha -R spec",
"doc": "DOTENV_CONFIG_PATH=./test/.env mocha -R markdown > USAGE.md",
"git": "git add . && git commit -m",
"postgit": "git push --all"
},
Expand All @@ -36,13 +36,17 @@
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4"
"coverage": "^0.4.0",
"dotenv": "^8.0.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1"
},
"engines": {
"node": ">7.10.1"
},
"files": [
"lib/index.js",
"lib/jsbn.js"
"lib/jsbn.js",
"AUTHORS.md"
]
}
1 change: 1 addition & 0 deletions test/mocha.opts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--require=dotenv/config
Loading

0 comments on commit b34852c

Please sign in to comment.