Skip to content

Commit

Permalink
update @neon-rs/manifest to 0.1.0 for neon-bindings/neon-rs#52
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed May 12, 2024
1 parent 662f1e0 commit 928af69
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion pkgs/create-neon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typescript": "^5.3.2"
},
"dependencies": {
"@neon-rs/manifest": "^0.0.6",
"@neon-rs/manifest": "^0.1.0",
"chalk": "^5.3.0",
"command-line-args": "^5.2.1",
"command-line-usage": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion pkgs/create-neon/test/create-neon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ describe("Project creation", () => {

assert.strictEqual(json.neon.type, "library");
assert.strictEqual(json.neon.org, "@create-neon-test-project");
assert.deepEqual(json.neon.platforms, ["common"]);
assert.strictEqual(json.neon.platforms, "common");
assert.strictEqual(json.neon.load, "./src/load.cts");

TOML.parse(
Expand Down

0 comments on commit 928af69

Please sign in to comment.