Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Jul 29, 2019
1 parent 7990a0c commit 3f6ca81
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.0",
"version": "1.6.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-ember-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-config-ember-typescript",
"version": "1.5.0",
"version": "1.6.0",
"description": "Clark's eslint-config for Ember.js using TypeScript",
"keywords": [
"eslint",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/ClarkSource/eslint-config/issues"
},
"dependencies": {
"@clark/eslint-config-ember": "^1.5.0",
"@clark/eslint-config-ember": "^1.6.0",
"@clark/eslint-config-typescript": "^1.5.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-config-ember",
"version": "1.5.0",
"version": "1.6.0",
"description": "Clark's eslint-config for Ember.js",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-node-order-imports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-config-node-order-imports",
"version": "1.5.0",
"version": "1.6.0",
"description": "Sorts ES module imports for Node.js projects",
"keywords": [
"eslint",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-node-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-config-node-typescript",
"version": "1.5.0",
"version": "1.6.0",
"description": "Clark's eslint-config for Node.js using TypeScript",
"keywords": [
"eslint",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/ClarkSource/eslint-config/issues"
},
"dependencies": {
"@clark/eslint-config-node": "^1.5.0",
"@clark/eslint-config-node": "^1.6.0",
"@clark/eslint-config-typescript": "^1.5.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clark/eslint-config-node",
"version": "1.5.0",
"version": "1.6.0",
"description": "Clark's eslint-config for Node.js",
"keywords": [
"eslint",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@clark/eslint-config": "^1.5.0",
"@clark/eslint-config-node-order-imports": "^1.5.0",
"@clark/eslint-config-node-order-imports": "^1.6.0",
"eslint-plugin-node": "^9.1.0",
"lodash.merge": "^4.6.2"
}
Expand Down

0 comments on commit 3f6ca81

Please sign in to comment.