Skip to content

Commit

Permalink
chore: Upgrade roc-repo version, add jest and update roc.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrukot committed Jan 30, 2018
1 parent b41b28c commit 7500042
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"env": {
"jest": true
},

"extends": "airbnb",

"parser": "babel-eslint",
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ lib
build
package-lock.json
yarn.lock
.idea
coverage/
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "2.2.1",
"eslint-plugin-react": "6.2.0",
"jest": "^22.0.0",
"roc": "^1.0.0-rc.23",
"roc-plugin-repo": "0.0.25",
"roc-plugin-repo": "0.1.6",
"roc-plugin-repo-roc": "0.0.1"
}
}
7 changes: 5 additions & 2 deletions roc.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
module.exports = {
settings: {
repo: {
targets: ['cjs'],
babelPresetEnv: {
targets: {
node: '6',
node: '8',
},
},
mono: [
Expand All @@ -13,6 +12,10 @@ module.exports = {
'packages',
'plugins',
],
release: {
includeBody: true,
changelogTypes: true,
},
},
},
};

0 comments on commit 7500042

Please sign in to comment.