@infra-blocks/types 0.5.0 → 0.5.1-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -23
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,26 +5,3 @@
5
5
  [![codecov](https://codecov.io/gh/infrastructure-blocks/ts-types/graph/badge.svg?token=EHQLSLTN3K)](https://codecov.io/gh/infrastructure-blocks/ts-types)
6
6
 
7
7
  Types utility library for Typescript.
8
-
9
- ## Development
10
-
11
- ### Repo init
12
-
13
- This repository leverages [nvm](https://github.com/nvm-sh/nvm) and users should have it installed in their local environment.
14
- In addition, it is recommended that users install a [shell hook](https://github.com/nvm-sh/nvm#deeper-shell-integration)
15
- so that `nvm use` is run upon changing into a project that utilises `nvm`.
16
-
17
- Upon checking out the repository, run the following commands:
18
- ```shell
19
- nvm install
20
- npm install
21
- npm run compile
22
- npm run lint
23
- npm run test
24
- ```
25
-
26
- ### Package publication
27
-
28
- Package publication is fully automated at the CI level. This repository leverages the
29
- [npm-publish-from-label-workflow](https://github.com/infrastructure-blocks/npm-publish-from-label-workflow)
30
- workflow as a turnkey, automated mechanism for publishing packages. Refer to its documentation for usage information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infra-blocks/types",
3
- "version": "0.5.0",
3
+ "version": "0.5.1-alpha.1",
4
4
  "description": "Typescript types utility package.",
5
5
  "license": "ISC",
6
6
  "author": "",