Skip to content

Commit

Permalink
build: 10.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Aug 10, 2021
1 parent 40f916c commit 3d4bf54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/syntax-highlighter",
"description": "ReadMe's React-based syntax highlighter",
"version": "10.10.1",
"version": "10.11.0",
"main": "dist/index.node.js",
"browser": "dist/index.js",
"license": "ISC",
Expand All @@ -17,9 +17,9 @@
"prepublishOnly": "npm run build",
"pretest": "npm run lint",
"prettier": "prettier --list-different --write \"./**/**.{js,jsx}\"",
"release": "conventional-changelog -i CHANGELOG.md -s && git add CHANGELOG.md",
"start": "webpack-dev-server --open --config ./webpack.config.dev.js",
"test": "jest --coverage --runInBand",
"version": "conventional-changelog -i CHANGELOG.md -s && git add CHANGELOG.md",
"watch": "webpack -w --progress"
},
"dependencies": {
Expand Down

0 comments on commit 3d4bf54

Please sign in to comment.