We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1849e1b commit 9e6d578Copy full SHA for 9e6d578
2 files changed
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
registry-url: "https://registry.npmjs.org"
36
- name: Build npm package
37
run: deno run -A scripts/build_npm.ts
38
-
+
39
- name: Publish package
40
run: npm publish --provenance --access public
41
working-directory: ./npm
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rotu/structview",
3
- "version": "0.7.0",
+ "version": "0.7.1",
4
"license": "MIT",
5
"tasks": {
6
"dev": "deno test --watch"
0 commit comments