Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add standard and 'double alternate' methods #2

Merged
merged 5 commits into from
Mar 9, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Update package.json
  • Loading branch information
Francisco Cardoso committed Mar 9, 2016
commit cc3cefdb5f856ff57d97e3814af5a5471ed16441
1 change: 0 additions & 1 deletion LICENSE

This file was deleted.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "Validating account numbers",
"author": "Uphold",
"license": "SEE LICENSE IN LICENSE",
"license": "MIT",
"homepage": "https://github.com/uphold/uk-modulus-checking",
"bugs": "https://github.com/uphold/uk-modulus-checking/issues",
"repository": {
Expand All @@ -19,17 +19,13 @@
},
"scripts": {
"changelog": "github_changelog_generator --no-issues --header-label='# Changelog'",
"cover": "babel-node node_modules/.bin/isparta cover --report html _mocha -- $npm_package_options_mocha",
"lint": "eslint src test && jscs src test",
"prepublish": "npm run transpile",
"testdocker": "docker-compose run --rm sut",
"test": "mocha $npm_package_options_mocha",
"transpile": "rm -rf dist/* && babel src --out-dir dist",
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove the cover script please.

"version": "npm run changelog -- --future-release=$npm_package_version && sed -i '' -e :a -e '$d;N;2,3ba' -e 'P;D' CHANGELOG.md && npm run transpile && git add -A CHANGELOG.md dist"
},
"dependencies": {
"n-readlines": "^0.2.2"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-eslint": "^4.1.6",
Expand Down