Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"name": "modcheck.js",
"version": "0.1.1",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have bumped the patch version.

"description": "Check a UK bank account number against a sort code using the VocaLink modulus check.",
"main": "src/modcheck.js",
"repository": {
"type": "git",
"url": "git+https://github.com/liamja/modcheck.js.git"
},
"author": "@liamja",
"scripts": {
"build": "node_modules/babel/bin/babel-node.js bin/build && node_modules/babel/bin/babel.js src --out-dir build",
"cs": "node_modules/jscs/bin/jscs --preset airbnb ./src/*.js ./test/*.js",
Expand Down