Skip to content

Commit

Permalink
Ensure dist files are included in package
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeinhardt committed Oct 19, 2021
1 parent b4474ff commit 9cc843f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdast-util-from-adf",
"version": "1.0.0",
"version": "1.0.1",
"description": "Convert from Atlassian Document Format to Markdown Abstract Syntax Tree",
"license": "MIT",
"author": "",
Expand All @@ -14,7 +14,8 @@
"scripts": {
"build": "del-cli dist && tsc --project tsconfig.dist.json",
"lint": "eslint --ext .js,.ts --ignore-path .gitignore --max-warnings 0 .",
"test": "jest"
"test": "jest",
"prepare": "npm run build"
},
"dependencies": {
"@atlaskit/adf-schema": "^19.2.0",
Expand Down

0 comments on commit 9cc843f

Please sign in to comment.