We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07ff40 commit b85a910Copy full SHA for b85a910
.github/workflows/cd.yaml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
node-version: "20.x"
16
registry-url: "https://registry.npmjs.org"
17
- - run: pnpm install --frozen-lockfile
+ - run: pnpm install
18
- run: pnpm build
19
- run: pnpm publish --no-git-checks
20
env:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "diffable-objects",
3
- "version": "0.0.0",
+ "version": "0.0.1",
4
"description": "A package for dynamic state tracking for Cloudflare's Durable Objects using SQLite",
5
"author": "Zeb Piasecki <[email protected]>",
6
"repository": "https://github.com/zebp/diffable-objects",
@@ -34,5 +34,9 @@
34
"overrides": {
35
"lodash": "npm:@technically/lodash"
36
}
37
- }
+ },
38
+ "files": [
39
+ "dist",
40
+ "LICENSE"
41
+ ]
42
0 commit comments