Skip to content

Commit

Permalink
feat: moving on from monorepos
Browse files Browse the repository at this point in the history
BREAKING CHANGE: only 1 package is exported now, "@lasfoiawbp/test1"
  • Loading branch information
joonaathaan committed Oct 20, 2024
1 parent b300f79 commit 43728ac
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 235 deletions.
File renamed without changes.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "lasfoiawbp",
"version": "1.2.0",
"name": "@lasfoiawbp/test1",
"version": "0.2.4-dev.0",
"description": "",
"private": true,
"main": "index.js",
"exports": "./index.js",
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/joonaathaan/lasfoiawbp.git"
Expand Down
80 changes: 0 additions & 80 deletions packages/test1/CHANGELOG.md

This file was deleted.

26 changes: 0 additions & 26 deletions packages/test1/package.json

This file was deleted.

90 changes: 0 additions & 90 deletions packages/test2/CHANGELOG.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/test2/index.js

This file was deleted.

30 changes: 0 additions & 30 deletions packages/test2/package.json

This file was deleted.

0 comments on commit 43728ac

Please sign in to comment.