Skip to content

Commit

Permalink
feat(opencollective prompt): clear package.json modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
misterdev committed Mar 11, 2019
1 parent dd9d528 commit f080733
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions package.json
Expand Up @@ -63,6 +63,10 @@
]
},
"jest": {
"testPathIgnorePatterns": [
"^.+\\.(ts)?$",
"/node_modules/"
],
"testEnvironment": "node",
"collectCoverage": true,
"coverageReporters": [
Expand Down Expand Up @@ -117,40 +121,44 @@
"loader-utils": "^1.1.0",
"supports-color": "^5.5.0",
"v8-compile-cache": "^2.0.2",
"yargs": "^12.0.4"
"yargs": "^12.0.5"
},
"peerDependencies": {
"webpack": "4.x.x"
},
"devDependencies": {
"@babel/preset-env": "^7.3.4",
"@babel/register": "^7.0.0",
"@commitlint/cli": "^7.2.1",
"@commitlint/config-lerna-scopes": "^7.2.1",
"@commitlint/prompt-cli": "^7.2.1",
"@commitlint/prompt-cli": "^7.5.0",
"@commitlint/travis-cli": "^7.2.1",
"@types/jest": "^23.3.9",
"@types/jest": "^23.3.14",
"@types/node": "^10.12.9",
"babel-preset-env": "^1.7.0",
"babel-preset-jest": "^24.3.0",
"bundlesize": "^0.17.0",
"codecov": "^3.1.0",
"commitizen": "^3.0.4",
"commitizen": "^3.0.7",
"commitlint-config-cz": "^0.10.1",
"conventional-changelog-cli": "^2.0.11",
"cz-customizable": "^5.3.0",
"eslint": "^5.9.0",
"eslint-plugin-node": "^8.0.0",
"esm": "^3.2.14",
"execa": "^1.0.0",
"husky": "^1.1.4",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"jest-junit": "^5.0.0",
"lerna": "^3.10.7",
"jest": "^24.3.1",
"jest-cli": "^24.3.1",
"jest-junit": "^6.3.0",
"lerna": "^3.13.1",
"lint-staged": "7.x.x",
"nyc": "^13.1.0",
"nyc": "^13.3.0",
"prettier-eslint-cli": "^4.7.1",
"readable-stream": "^3.0.6",
"rimraf": "^2.6.2",
"schema-utils": "^1.0.0",
"ts-jest": "^23.10.4",
"ts-jest": "^23.10.5",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typedoc": "^0.13.0",
Expand All @@ -163,4 +171,4 @@
"type": "opencollective",
"url": "https://opencollective.com/webpack"
}
}
}

0 comments on commit f080733

Please sign in to comment.