Skip to content

Commit

Permalink
fix: use the right packaged name
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Sep 19, 2023
1 parent c901508 commit 01da355
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 2 deletions.
76 changes: 76 additions & 0 deletions components/clarinet-sdk/package-lock.json

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

3 changes: 2 additions & 1 deletion components/clarinet-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hirosystems/clarinet-sdk",
"version": "0.1.0",
"version": "0.1.2",
"description": "A SDK to interact with Clarity Smart Contracts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,6 +64,7 @@
"copy-webpack-plugin": "^11.0.0",
"rimraf": "^5.0.1",
"ts-loader": "^9.4.4",
"typedoc": "^0.25.1",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
Expand Down
2 changes: 1 addition & 1 deletion components/clarinet-sdk/src-ts/vitest/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ export function getClarinetVitestsArgv() {
}).argv;
}

export const vitestHelpersPath = "node_modules/obscurity-sdk/vitest-helpers/src/";
export const vitestHelpersPath = "node_modules/@hirosystems/clarinet-sdk/vitest-helpers/src/";
export const vitestSetupFilePath = `${vitestHelpersPath}vitest.setup.ts`;

0 comments on commit 01da355

Please sign in to comment.