Skip to content

Commit 5b87fb0

Browse files
author
Daniel Wirtz
committed
Cleanup
1 parent 380d258 commit 5b87fb0

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules/
22
npm-debug.log
3-
v8.log
4-
v8-tick-processor/
3+
.idea/

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules/
2+
npm-debug.log
3+
.idea/
4+
*.png

bcrypt.min.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bcryptjs",
33
"description": "Optimized bcrypt in plain JavaScript with zero dependencies. 100% typed code. Fully compatible to 'bcrypt'.",
4-
"version": "0.7.6",
4+
"version": "0.7.7",
55
"author": "Daniel Wirtz <dcode@dcode.io>",
66
"contributors": [
77
"Shane Girish <shaneGirish@gmail.com> (https://github.com/shaneGirish)",
@@ -29,13 +29,13 @@
2929
"main": "./bcrypt.min.js",
3030
"dependencies": {},
3131
"devDependencies": {
32-
"dojo-test": "0.1.x",
32+
"testjs": "latest",
3333
"preprocessor": "latest",
3434
"closurecompiler": "latest"
3535
},
3636
"license": "Apache-2.0",
3737
"scripts": {
38-
"test": "aladojo",
38+
"test": "testjs",
3939
"build": "preprocess ./src/bcrypt.js ./src > ./bcrypt.js",
4040
"compile": "ccjs bcrypt.js --warning_level=VERBOSE --compilation_level=ADVANCED_OPTIMIZATIONS --externs=externs/minimal-env.js > bcrypt.min.js",
4141
"make": "npm run-script build && npm run-script compile && npm test"

0 commit comments

Comments
 (0)