Skip to content

Commit 0cb73a9

Browse files
author
sam bacha
authored
release(semver): 1.0.1
- frontmatter updates - lint markdown only
1 parent dfde8db commit 0cb73a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "blockchain-time",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "survey on time systems and blockchain time systems",
5-
"files": ["src/**/*"],
5+
"files": ["src/**/*", "docs/**/*"],
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"lint": "npx prettier --config .prettierrc.json --write '**/*.md' && exit 0"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)