Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-ricci committed Jan 4, 2022
1 parent d631ffd commit 0b0c9d3
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions cra-template-octobox/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cra-template-octobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-octobox",
"version": "1.0.0",
"version": "1.1.0",
"keywords": [
"octobox",
"create-octobox-app",
Expand Down
2 changes: 1 addition & 1 deletion create-octobox-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion create-octobox-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-octobox-app",
"version": "1.0.1",
"version": "1.1.0",
"description": "Creates an Octobox app.",
"main": "./bin/create-octobox-app.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion eslint-config-octobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-octobox",
"version": "1.0.0",
"version": "1.1.0",
"description": "Octobox's eslint config based on Thomas Ricci's styleguide. This is not meant to be used standalone, and should only be used in an Octobox app.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion stylelint-config-octobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-octobox",
"version": "1.0.0",
"version": "1.1.0",
"description": "Octobox's stylelint config based on Thomas Ricci's styleguide. This is not meant to be used standalone, and should only be used in an Octobox app.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions update-octobox-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion update-octobox-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "update-octobox-app",
"version": "0.0.2",
"version": "1.1.0",
"description": "Octobox's updating CLI.",
"main": "./bin/update-octobox-app.js",
"scripts": {
Expand Down

0 comments on commit 0b0c9d3

Please sign in to comment.