Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Aug 2, 2023
1 parent c4c3269 commit a7f26bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
17 changes: 11 additions & 6 deletions components/clarinet-sdk/package-lock.json

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

6 changes: 3 additions & 3 deletions components/clarinet-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obscurity-sdk",
"version": "0.0.5",
"version": "0.0.6",
"description": "clarity testing lib",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"build-wasm": "rimraf ./src-ts/sdk/*; wasm-pack build --out-dir ./src-ts/sdk --target web",
"build-ts": "rimraf ./dist/*; rollup -c ./rollup.config.mjs --environment INCLUDE_DEPS,BUILD:production",
"build": "npm run build-wasm; npm run build-ts",
"prepublish": "npm run build"
"prepare": "npm run build"
},
"keywords": [],
"author": "hirosystems",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.1",
"@rollup/plugin-wasm": "^6.1.3",
"@types/node": "^18.16.18",
"@types/node": "^20.4.5",
"rimraf": "^5.0.1",
"rollup": "^3.25.1",
"rollup-plugin-copy": "^3.4.0",
Expand Down

0 comments on commit a7f26bb

Please sign in to comment.