Skip to content

Commit

Permalink
chore(build): npm packages, changelog (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Feb 12, 2021
1 parent 0551937 commit 6705bc3
Show file tree
Hide file tree
Showing 2 changed files with 799 additions and 544 deletions.
29 changes: 18 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "chore",
"section": "Maintenance"
}
]
},
Expand All @@ -75,27 +79,30 @@
"description": "API documentation with apiDoc."
},
"dependencies": {
"apidoc": "^0.25.0",
"apidoc": "^0.26.0",
"express": "^4.17.1",
"node-watch": "^0.6.4",
"node-watch": "^0.7.1",
"winston": "^3.3.3",
"yargs": "^16.0.3"
"yargs": "^16.2.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.10.0",
"eslint": "^7.19.0",
"eslint-config-esnext": "^4.1.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.0.2",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.4.2",
"nodemon": "^2.0.4",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"standard-version": "^9.0.0"
"prettier": "^2.2.1",
"standard-version": "^9.1.0"
},
"resolutions": {
"**/eslint": "6.8.0"
}
}
Loading

0 comments on commit 6705bc3

Please sign in to comment.