Skip to content

Commit

Permalink
Switch to Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
tiaanduplessis committed May 15, 2018
1 parent 39a881b commit 334b53b
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 295 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -16,20 +16,20 @@
"scripts": {
"test": "jest",
"test:cov": "npm run test -- --coverage",
"format": "prettier-standard index.js",
"lint": "standard ./**/*.js",
"start": "npm run test",
"precommit": "npm run format",
"pretest": "npm run format",
"precommit": "npm run lint",
"pretest": "npm run lint",
"docs": "npm run docs:readme && npm run docs:html",
"docs:readme": "documentation readme index.js --section=API",
"docs:html": "documentation build index.js -f html -o docs"
},
"author": "tiaanduplessis <tiaanduplessis@hotmail.com>",
"devDependencies": {
"documentation": "^6.1.0",
"husky": "^0.14.3",
"prettier-standard": "^8.0.0",
"jest": "^22.1.4",
"documentation": "^6.1.0"
"standard": "^11.0.1"
},
"dependencies": {
"node-fetch": "^2.1.2",
Expand Down

0 comments on commit 334b53b

Please sign in to comment.