Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

Commit

Permalink
Merge pull request #51 from verdaccio/feat-nodev6-drop
Browse files Browse the repository at this point in the history
feat: drop node v6 suport
  • Loading branch information
juanpicado authored Apr 3, 2019
2 parents 879d790 + d1d52e8 commit 6506641
Show file tree
Hide file tree
Showing 2 changed files with 968 additions and 711 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,39 +31,39 @@
"@verdaccio/file-locking": "1.0.0",
"apache-md5": "1.1.2",
"bcryptjs": "2.4.3",
"http-errors": "1.7.1",
"http-errors": "1.7.2",
"unix-crypt-td-js": "1.0.0"
},
"devDependencies": {
"@commitlint/cli": "7.5.0",
"@commitlint/cli": "7.5.2",
"@commitlint/config-conventional": "7.5.0",
"@types/bcryptjs": "2.4.2",
"@types/http-errors": "1.6.1",
"@types/jest": "23.3.13",
"@types/node": "10.12.21",
"@typescript-eslint/eslint-plugin": "1.2.0",
"@verdaccio/babel-preset": "0.0.4",
"@verdaccio/types": "5.0.0-beta.2",
"codecov": "3.1.0",
"@types/jest": "24.0.11",
"@types/node": "11.12.1",
"@typescript-eslint/eslint-plugin": "1.5.0",
"@verdaccio/babel-preset": "0.1.0",
"@verdaccio/types": "5.0.0-beta.4",
"codecov": "3.2.0",
"cross-env": "5.2.0",
"eslint": "5.13.0",
"eslint": "5.15.3",
"eslint-config-google": "0.12.0",
"eslint-config-prettier": "4.0.0",
"eslint-plugin-jest": "22.2.2",
"eslint-config-prettier": "4.1.0",
"eslint-plugin-jest": "22.4.1",
"eslint-plugin-prettier": "3.0.1",
"husky": "0.14.3",
"in-publish": "2.0.0",
"jest": "24.0.0",
"jest": "24.5.0",
"lint-staged": "7.2.0",
"prettier": "1.16.4",
"standard-version": "4.4.0",
"standard-version": "5.0.2",
"typescript": "3.2.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=6.12.0"
"node": ">=8"
},
"commitlint": {
"extends": [
Expand Down
Loading

0 comments on commit 6506641

Please sign in to comment.