Skip to content

Commit

Permalink
delete timeline- prefix from hearts-and-flowers
Browse files Browse the repository at this point in the history
  • Loading branch information
cherriechang committed Mar 6, 2025
1 parent 088ea9a commit 908f322
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# timeline-hearts-and-flowers
# hearts-and-flowers

## Overview

Expand All @@ -9,22 +9,22 @@ Implementation of the hearts and flowers task, which tests executive function.
### In browser

```html
<script src="https://unpkg.com/@jspsych-timelines/timeline-hearts-and-flowers">
<script src="https://unpkg.com/@jspsych-timelines/hearts-and-flowers">
```
### Via NPM
```
npm install @jspsych-timelines/timeline-hearts-and-flowers
npm install @jspsych-timelines/hearts-and-flowers
```
```js
import { createTimeline, timelineUnits, utils } from "@jspsych-timelines/timeline-hearts-and-flowers"
import { createTimeline, timelineUnits, utils } from "@jspsych-timelines/hearts-and-flowers"
```
## Compatibility
`@jspsych-timelines/timeline-hearts-and-flowers` requires jsPsych v8.0.0 or later.
`@jspsych-timelines/hearts-and-flowers` requires jsPsych v8.0.0 or later.
## Documentation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# timeline-hearts-and-flowers
# hearts-and-flowers

Implementation of the Hearts and Flowers task, which tests executive function.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script src="https://unpkg.com/jspsych"></script>
<script src="../dist/index.global.js"></script>
<!-- Once this timeline package is published, it can be loaded via
<script src="https://unpkg.com/@jspsych-timelines/timeline-hearts-and-flowers"></script> -->
<script src="https://unpkg.com/@jspsych-timelines/hearts-and-flowers"></script> -->
<link rel="stylesheet" type="text/css" href="https://unpkg.com/jspsych/css/jspsych.css" />
<link rel="stylesheet" type="text/css" href="../src/styles.css" />
</head>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@jspsych-timelines/timeline-hearts-and-flowers",
"name": "@jspsych-timelines/hearts-and-flowers",
"version": "0.0.1",
"description": "Implementation of the Hearts and Flowers task, which tests executive function.",
"type": "module",
Expand All @@ -25,7 +25,7 @@
"bugs": {
"url": "https://github.com/jspsych/jspsych-timelines/issues"
},
"homepage": "https://github.com/jspsych/jspsych-timelines/packages/timeline-hearts-and-flowers/README.md",
"homepage": "https://github.com/jspsych/jspsych-timelines/packages/hearts-and-flowers/README.md",
"devDependencies": {
"@jspsych/config": "^3.2.2",
"jspsych": "^8.0.0",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 908f322

Please sign in to comment.