Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
victornpb committed May 15, 2022
1 parent b82ec69 commit b731f38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "notion-jam",
"nameFull": "NotionJAM",
"version": "0.0.0",
"version": "0.0.1",
"description": "A notion-jam cli / action",
"license": "UNLICENSED",
"engines": {
Expand All @@ -16,12 +16,9 @@
},
"homepage": "https://github.com/victornpb/notion-jam",
"author": "victornpb",

"action": "dist/notion-jam.action.mjs",
"main": "dist/notion-jam.bin.js",
"bin": "dist/notion-jam.bin.js",


"scripts": {
"start": "node dist/notion-jam.bin.js",
"build": "rollup -c",
Expand Down

0 comments on commit b731f38

Please sign in to comment.