Skip to content

Commit

Permalink
Some chnages in test.js file and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Apple authored and Apple committed Oct 12, 2024
1 parent ba785a1 commit ec78860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "cloud_haiku",
"version": "1.0.0",
"type": "module",
"description": "Haiku structure testing for cloud_haiku repo",
"main": "test.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require('tap').mochaGlobals()
const assert = require('assert')
const remark = require('remark')
import remark from 'remark';
const frontmatter = require('remark-frontmatter')
const extract = require('remark-extract-frontmatter')
const yaml = require('yaml').parse
Expand Down

0 comments on commit ec78860

Please sign in to comment.