Skip to content

Commit

Permalink
fix: incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
0kku committed Mar 30, 2021
1 parent 27e6353 commit 1f3ca26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "destiny",
"description": "A reactive UI library for JavaScript and TypeScript.",
"version": "0.5.0",
"version": "0.5.1",
"main": "./dist/examples/main.js",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.19.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ReactivePrimitive } from "../../../mod.js";
import { computed } from "/dist/reactive/computed.js";
import { computed } from "../../../reactive/computed.js";

export function resolveAttributeValue (
val: Array<{
Expand Down

0 comments on commit 1f3ca26

Please sign in to comment.