Skip to content

Commit

Permalink
init versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhooks committed Nov 20, 2023
1 parent 98e2d95 commit 1b15c18
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@coursebuilder/eslint-config": "0.2.0",
"@coursebuilder/eslint-config": "0.0.1",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@manypkg/cli": "^0.21.0",
"@types/jest": "^29.5.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coursebuilder/eslint-config",
"version": "0.2.0",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@next/eslint-plugin-next": "^14.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coursebuilder/eslint-plugin",
"version": "0.1.0",
"version": "0.0.1",
"exports": {
".": {
"require": "./dist/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coursebuilder/tsconfig",
"version": "0.1.0",
"version": "0.0.1",
"private": true,
"files": [
"base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/tsup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coursebuilder/tsup-config",
"version": "0.1.0",
"version": "0.0.1",
"private": true,
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 1b15c18

Please sign in to comment.