Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeseda committed Sep 19, 2023
1 parent ef35dc5 commit 66cf41d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "waylon",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"description": "",
"author": "tbeseda",
Expand All @@ -10,7 +10,9 @@
"url": "git+https://github.com/tbeseda/waylon.git"
},
"main": "index.js",
"files": ["index.js"],
"files": [
"index.js"
],
"scripts": {
"tape": "tape test/**/*-test.js | tap-arc",
"test": "npm run tape"
Expand Down

0 comments on commit 66cf41d

Please sign in to comment.