Skip to content

Commit f99d7a8

Browse files
committed
chore(release): publish
1 parent 7a272bc commit f99d7a8

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"packages": [
1212
"packages/*"
1313
],
14-
"version": "1.1.3"
14+
"version": "1.2.0"
1515
}

packages/eslint-config-humanmade/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-config-humanmade/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanmade/eslint-config",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"description": "Human Made Coding Standards for JavaScript.",
55
"author": "Human Made",
66
"license": "GPL-2.0-or-later",
@@ -22,9 +22,9 @@
2222
"bugs": {
2323
"url": "https://github.com/humanmade/coding-standards/issues"
2424
},
25-
"engines" : {
26-
"npm" : ">=7.0.0",
27-
"node" : ">=16.0.0"
25+
"engines": {
26+
"npm": ">=7.0.0",
27+
"node": ">=16.0.0"
2828
},
2929
"files": [
3030
".eslintrc",

packages/stylelint-config/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/stylelint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanmade/stylelint-config",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Human Made Coding Standards for CSS and SCSS.",
55
"author": "Human Made",
66
"license": "GPL-2.0-or-later",
@@ -22,9 +22,9 @@
2222
"bugs": {
2323
"url": "https://github.com/humanmade/coding-standards/issues"
2424
},
25-
"engines" : {
26-
"npm" : ">=7.0.0",
27-
"node" : ">=16.0.0"
25+
"engines": {
26+
"npm": ">=7.0.0",
27+
"node": ">=16.0.0"
2828
},
2929
"main": ".stylelintrc.json",
3030
"dependencies": {

0 commit comments

Comments
 (0)