Skip to content

Commit

Permalink
build: add back some relase stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Feb 21, 2024
1 parent f31166c commit 310e943
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@readme/mdx",
"name": "@readme/markdown",
"description": "ReadMe's React-based Markdown parser",
"author": "Rafe Goldberg <[email protected]>",
"version": "7.0.0",
Expand All @@ -14,6 +14,8 @@
"scripts": {
"build": "webpack --mode production",
"lint": "eslint . --ext .jsx --ext .js --ext .ts --ext .tsx",
"release": "npx semantic-release",
"release.dry": "npx semantic-release --dry-run",
"test": "jest --coverage --runInBand",
"test.watch": "jest --watch --coverage=false",
"watch": "webpack --watch --progress --mode development"
Expand Down Expand Up @@ -97,6 +99,18 @@
},
"license": "MIT",
"homepage": "https://rdmd.readme.io",
"repository": "https://github.com/readmeio/mdx",
"prettier": "@readme/eslint-config/prettier"
"repository": "https://github.com/readmeio/markdown",
"prettier": "@readme/eslint-config/prettier",
"bundlewatch": {
"files": [
{
"path": "dist/main.js",
"maxSize": "450KB"
},
{
"path": "dist/main.node.js",
"maxSize": "250KB"
}
]
}
}

0 comments on commit 310e943

Please sign in to comment.