Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Cardoso committed Mar 9, 2016
1 parent c9b655b commit cc3cefd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
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",
"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

0 comments on commit cc3cefd

Please sign in to comment.