Skip to content

Commit

Permalink
Update version to 15.0.2, fix build script for node v20.
Browse files Browse the repository at this point in the history
  • Loading branch information
serebrov committed Apr 18, 2024
1 parent 58ca29c commit 24a14b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ vim package.json
git add package.json

# Build
nvm use v20
NODE_ENV=production npm run build
npm run dev:docs

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emoji-mart-vue-fast",
"version": "15.0.1",
"version": "15.0.2",
"description": "Customizable Slack-like emoji picker for VueJS, fast version",
"main": "dist/emoji-mart.js",
"repository": {
Expand Down Expand Up @@ -64,7 +64,7 @@
"build:dist": "webpack --config src/webpack.config.js",
"build:dist-stats": "webpack --config src/webpack.config.js --profile --json > stats.json",
"build:docs": "webpack --config docs/webpack.config.js",
"build": "npm run clean && npm install && npm run build:data && npm run build:dist",
"build": "npm run clean && npm install --include=dev && npm run build:data && npm run build:dist",
"dev:docs": "webpack -w --config docs/webpack.config.js",
"start": "npm run dev:docs",
"stats": "webpack --config ./spec/webpack.config.js --json > spec/stats.json",
Expand Down

0 comments on commit 24a14b2

Please sign in to comment.