Merge branch 'faraday-master' of gitlab.coko.foundation:xpub/xpub into faraday-master
No related branches found
No related tags found
package-lock.json
0 → 100644
... | ... | @@ -6,6 +6,7 @@ |
"devDependencies": { | ||
"babel-eslint": "^8.0.2", | ||
"babel-preset-es2015": "^6.24.1", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"eslint": "^4.12.0", | ||
"eslint-config-pubsweet": "^0.0.6", | ||
"eslint-plugin-import": "^2.8.0", | ||
... | ... | @@ -50,5 +51,10 @@ |
}, | ||
"workspaces": [ | ||
"packages/*" | ||
] | ||
], | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
} |
Please register or sign in to comment