Skip to content

Commit

Permalink
fix: fix build file version
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Jan 14, 2023
1 parent cb87794 commit 94fa76f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@
"build": "npm run rollup && npm run minify",
"build:docs": "node build-docs.js",
"rollup": "rollup -c rollup.config.js",
"minify": "uglifyjs lib/marked.umd.js -cm --comments /Copyright/ -o marked.min.js",
"preversion": "npm run build && (git diff --quiet || git commit -am build)"
"minify": "uglifyjs lib/marked.umd.js -cm --comments /Copyright/ -o marked.min.js"
},
"engines": {
"node": ">= 12"
Expand Down

1 comment on commit 94fa76f

@vercel
Copy link

@vercel vercel bot commented on 94fa76f Jan 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.