Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grigory-leonenko committed Feb 20, 2018
1 parent b545038 commit 2b7b047
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.2.1"
"version": "1.1.0"
}
2 changes: 1 addition & 1 deletion packages/eslint-config-axept-base/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-axept-base",
"version": "0.2.1",
"version": "1.1.0",
"description": "Axept's base JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-axept-flow/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-axept-flow",
"version": "0.2.1",
"version": "1.1.0",
"description": "Axept's flowtype JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"homepage": "https://github.com/axept/javascript",
"dependencies": {
"babel-eslint": "^8.1.0",
"eslint-config-axept-base": "^0.2.1",
"eslint-config-axept-base": "^1.1.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-flowtype": "^2.45.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-axept/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-axept",
"version": "0.2.1",
"version": "1.1.0",
"description": "Axept's JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/axept/javascript",
"dependencies": {
"eslint-config-airbnb": "^16.1.0",
"eslint-config-axept-base": "^0.2.1"
"eslint-config-axept-base": "^1.1.0"
},
"devDependencies": {
"babel-preset-airbnb": "^2.4.0",
Expand Down

0 comments on commit 2b7b047

Please sign in to comment.