Skip to content

Commit 3ec760a

Browse files
authored
chore(npm): Fix package org (#56)
1 parent 0dc2bf1 commit 3ec760a

File tree

3 files changed

+27
-24
lines changed

3 files changed

+27
-24
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
33
<!-- ALL-CONTRIBUTORS-BADGE:END -->
44
[![Build](https://github.com/stackbuilders/assertive-ts/actions/workflows/build.yml/badge.svg)](https://github.com/stackbuilders/assertive-ts/actions/workflows/build.yml)
5+
[![npm version](https://badge.fury.io/js/@stackbuilders%2Fassertive-ts.svg)](https://badge.fury.io/js/@stackbuilders%2Fassertive-ts)
56

67
# AssertiveTS
78

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "assertive-ts",
2+
"name": "@stackbuilders/assertive-ts",
33
"version": "0.0.0",
44
"description": "A type-safe fluent assertion library",
55
"repository": "git@github.com:stackbuilders/assertive-ts.git",
@@ -46,6 +46,8 @@
4646
"access": "public"
4747
},
4848
"release": {
49-
"branches": ["release"]
49+
"branches": [
50+
"release"
51+
]
5052
}
5153
}

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,28 @@ __metadata:
605605
languageName: node
606606
linkType: hard
607607

608+
"@stackbuilders/assertive-ts@workspace:.":
609+
version: 0.0.0-use.local
610+
resolution: "@stackbuilders/assertive-ts@workspace:."
611+
dependencies:
612+
"@cometlib/dedent": ^0.8.0-es.10
613+
"@types/mocha": ^9.1.1
614+
"@types/node": ^18.7.11
615+
"@types/sinon": ^10.0.13
616+
all-contributors-cli: ^6.20.0
617+
cross-env: ^7.0.3
618+
mocha: ^10.0.0
619+
semantic-release: ^19.0.5
620+
sinon: ^14.0.0
621+
ts-node: ^10.9.1
622+
tslint: ^6.1.3
623+
typedoc: ^0.23.10
624+
typedoc-plugin-markdown: ^3.13.4
625+
typedoc-plugin-merge-modules: ^4.0.1
626+
typescript: ^4.7.4
627+
languageName: unknown
628+
linkType: soft
629+
608630
"@tootallnate/once@npm:2":
609631
version: 2.0.0
610632
resolution: "@tootallnate/once@npm:2.0.0"
@@ -939,28 +961,6 @@ __metadata:
939961
languageName: node
940962
linkType: hard
941963

942-
"assertive-ts@workspace:.":
943-
version: 0.0.0-use.local
944-
resolution: "assertive-ts@workspace:."
945-
dependencies:
946-
"@cometlib/dedent": ^0.8.0-es.10
947-
"@types/mocha": ^9.1.1
948-
"@types/node": ^18.7.11
949-
"@types/sinon": ^10.0.13
950-
all-contributors-cli: ^6.20.0
951-
cross-env: ^7.0.3
952-
mocha: ^10.0.0
953-
semantic-release: ^19.0.5
954-
sinon: ^14.0.0
955-
ts-node: ^10.9.1
956-
tslint: ^6.1.3
957-
typedoc: ^0.23.10
958-
typedoc-plugin-markdown: ^3.13.4
959-
typedoc-plugin-merge-modules: ^4.0.1
960-
typescript: ^4.7.4
961-
languageName: unknown
962-
linkType: soft
963-
964964
"async@npm:^3.0.1":
965965
version: 3.2.4
966966
resolution: "async@npm:3.2.4"

0 commit comments

Comments
 (0)