Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@

#

**Dependency:** `@build-in-blocks` framework libraries that have `dev.` in their name are only useful for local development, and should only be installed as a `devDependency` in your project.

#

**User guide:** See [docs.users README.md](https://github.com/build-in-blocks/dev.resources/blob/develop/docs.users/README.md)

#
Expand Down
6 changes: 6 additions & 0 deletions docs.users/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ User installation and setup instructions can in the [root README.md](https://git

#

### Dependency Information

`@build-in-blocks` framework libraries that have `dev.` in their name are only useful for local development, and should only be installed as a `devDependency` in your **web app**. If you are using a particular `dev.` package to build a **library** you wish to publish, and your library's end users will need to access that `dev.` packages' functionality or interface, in this case you will need to install it as a `dependency` instead.

#

### Technical documentation

- **`blocksTerminalLogger` (Utility & Interface)**
Expand Down
81 changes: 47 additions & 34 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@build-in-blocks/dev.resources",
"version": "1.0.1",
"version": "1.0.2",
"description": "Shared @build-in-blocks framework Typescript code development library.",
"main": "./build/index.js",
"module": "./build/index.js",
Expand Down Expand Up @@ -33,7 +33,6 @@
"lint-staged": "^16.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.58.0"
},
"homepage": "https://github.com/build-in-blocks/dev.resources#readme",
Expand Down
Loading