Skip to content

Commit

Permalink
Bump version to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoRiether committed Feb 22, 2023
1 parent f83feb6 commit 25a0d23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "cfpp",
"version": "2.3.0",
"version": "2.4.0",
"description": "Codeforces extension pack",
"main": "src/index.js",
"author": "Leonardo Riether <riether.leonardo@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"start": "rollup -c -w --environment NODE_ENV:development",
"build": "rollup -c --environment NODE_ENV:production && yarn run zip",
"build": "rollup -c --environment NODE_ENV:production",
"clean": "rm -r dist/",
"test": "node test/bundle.js",
"zip": "zip dist/bundle.zip ./dist/extension/*"
"zip": "7z a dist/bundle.zip ./dist/extension/*"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
Expand Down

0 comments on commit 25a0d23

Please sign in to comment.